converse/static/manifest.json
egregore ff03fc7f43 Initial commit: Egregore web service
FastAPI HTTP server with auth, static files, and reverse proxy to brain/db services.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:37:41 +00:00

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"
}
]
}