Files
amusement/manifest.json
2026-03-09 07:44:27 -07:00

18 lines
413 B
JSON

{
"name": "Amusement Dashboard",
"short_name": "Amusement",
"description": "A stunning visual demo and Progressive Web App template",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"icons": [
{
"src": "./icon.svg",
"sizes": "192x192 512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}