fleeting-garden/public/manifest.webmanifest
2026-05-21 07:43:10 +01:00

35 lines
810 B
JSON

{
"name": "Fleeting Garden",
"short_name": "Garden",
"description": "Tend it while you can. The garden returns to weather either way. A WebGPU drawing toy in your browser.",
"start_url": "./",
"scope": "./",
"display": "fullscreen",
"background_color": "#10151f",
"theme_color": "#10151f",
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "pwa-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "pwa-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "maskable-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"categories": ["entertainment", "graphics"],
"lang": "en"
}