2026-03-08 17:41:38 +01:00
|
|
|
{
|
|
|
|
|
"name": "Tilfluktsrom",
|
|
|
|
|
"short_name": "Tilfluktsrom",
|
|
|
|
|
"description": "Find the nearest public shelter in Norway",
|
2026-03-23 15:35:39 +01:00
|
|
|
"start_url": ".",
|
|
|
|
|
"scope": ".",
|
2026-03-08 17:41:38 +01:00
|
|
|
"display": "standalone",
|
|
|
|
|
"orientation": "portrait",
|
|
|
|
|
"theme_color": "#1A1A2E",
|
|
|
|
|
"background_color": "#1A1A2E",
|
|
|
|
|
"icons": [
|
|
|
|
|
{
|
2026-03-23 15:35:39 +01:00
|
|
|
"src": "icons/icon-192.png",
|
2026-03-08 17:41:38 +01:00
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-03-23 15:35:39 +01:00
|
|
|
"src": "icons/icon-512.png",
|
2026-03-08 17:41:38 +01:00
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|