fix: switch PWA manifest to manifest.json for reliable mime type

This commit is contained in:
Oliver 2026-02-15 16:13:28 +01:00
parent fea5fe9cbb
commit 0b15609bc2
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -1,19 +0,0 @@
{
"name": "StaySense NRW",
"short_name": "StaySense",
"description": "Night Safety Score für ruhige Nächte (22-06 Uhr) in NRW.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f3f7f6",
"theme_color": "#006680",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}