write/frontend/public/manifest.json
chris b7baf4fa15 Rename app to Grimoire, add book+crescent moon SVG icon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:56:46 -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"
}
]
}