FastAPI HTTP server with auth, static files, and reverse proxy to brain/db services. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"name": "Egregore",
|
|
"short_name": "Egregore",
|
|
"description": "Commune with the Egregore",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1e1033",
|
|
"theme_color": "#1e1033",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|