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

@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="StaySense" />
<title>Datenschutz | StaySense</title>
<link rel="manifest" href="manifest.webmanifest" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
<link rel="apple-touch-icon" href="icons/icon.svg" />
<link rel="stylesheet" href="styles.css" />

View file

@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="StaySense" />
<title>StaySense NRW MVP</title>
<link rel="manifest" href="manifest.webmanifest" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
<link rel="apple-touch-icon" href="icons/icon.svg" />
<link rel="stylesheet" href="styles.css" />

View file

@ -1,7 +1,7 @@
{
"name": "StaySense NRW",
"short_name": "StaySense",
"description": "Night Safety Score für ruhige Nächte (22-06 Uhr) in NRW.",
"description": "Night Safety Score fuer ruhige Naechte (22-06 Uhr) in NRW.",
"start_url": "/",
"scope": "/",
"display": "standalone",

View file

@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="StaySense" />
<title>StaySense Quellen & Attribution</title>
<link rel="manifest" href="manifest.webmanifest" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/svg+xml" href="icons/icon.svg" />
<link rel="apple-touch-icon" href="icons/icon.svg" />
<link rel="stylesheet" href="styles.css" />

View file

@ -8,7 +8,7 @@ const CORE_ASSETS = [
"/styles.css",
"/app.js",
"/pwa.js",
"/manifest.webmanifest",
"/manifest.json",
"/icons/icon.svg",
"/vendor/leaflet/leaflet.css",
"/vendor/leaflet/leaflet.js",