18 lines
352 B
JSON
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"
|
|
}
|
|
]
|
|
}
|