write/frontend/dist/manifest.json
2026-06-26 18:13:18 -04:00

18 lines
352 B
JSON

{
"name": "Grimoire",
"short_name": "Grimoire",
"description": "Write your stories, anywhere.",
"start_url": "/",
"display": "standalone",
"background_color": "#09090f",
"theme_color": "#09090f",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}