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-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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue