fix: switch PWA manifest to manifest.json for reliable mime type
This commit is contained in:
parent
fea5fe9cbb
commit
0b15609bc2
5 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue