converse/static/manifest.json

19 lines
392 B
JSON
Raw Normal View History

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