StaySense/src/manifest.json

31 lines
688 B
JSON

{
"name": "StaySense NRW",
"short_name": "StaySense",
"description": "Night Safety Score fuer ruhige Naechte (22-06 Uhr) in NRW.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f3f7f6",
"theme_color": "#006680",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}