43 lines
998 B
JSON
43 lines
998 B
JSON
{
|
|
"name": "Fleeting Garden",
|
|
"short_name": "Garden",
|
|
"description": "A joyful WebGPU drawing garden where coloured paths grow into organic agent trails.",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "fullscreen",
|
|
"display_override": ["fullscreen", "standalone", "minimal-ui"],
|
|
"orientation": "any",
|
|
"background_color": "#10151f",
|
|
"theme_color": "#10151f",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "pwa-64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"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"
|
|
}
|