map/archive/legacy-project/manifest.webmanifest
2026-08-08 17:41:30 +09:00

27 lines
624 B
JSON

{
"id": "./",
"name": "たりない観察",
"short_name": "たりない観察",
"description": "たりないたちの暮らしを観察・操作する実験ゲーム",
"lang": "ja",
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#dfe9df",
"theme_color": "#244d3a",
"icons": [
{
"src": "assets/ui/pwa-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/ui/pwa-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}