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
|
|
@ -8,7 +8,7 @@
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
||||||
<title>Datenschutz | StaySense</title>
|
<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="icon" type="image/svg+xml" href="icons/icon.svg" />
|
||||||
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
||||||
<title>StaySense NRW MVP</title>
|
<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="icon" type="image/svg+xml" href="icons/icon.svg" />
|
||||||
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "StaySense NRW",
|
"name": "StaySense NRW",
|
||||||
"short_name": "StaySense",
|
"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": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
<meta name="apple-mobile-web-app-title" content="StaySense" />
|
||||||
<title>StaySense Quellen & Attribution</title>
|
<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="icon" type="image/svg+xml" href="icons/icon.svg" />
|
||||||
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
<link rel="apple-touch-icon" href="icons/icon.svg" />
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ const CORE_ASSETS = [
|
||||||
"/styles.css",
|
"/styles.css",
|
||||||
"/app.js",
|
"/app.js",
|
||||||
"/pwa.js",
|
"/pwa.js",
|
||||||
"/manifest.webmanifest",
|
"/manifest.json",
|
||||||
"/icons/icon.svg",
|
"/icons/icon.svg",
|
||||||
"/vendor/leaflet/leaflet.css",
|
"/vendor/leaflet/leaflet.css",
|
||||||
"/vendor/leaflet/leaflet.js",
|
"/vendor/leaflet/leaflet.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue