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>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" />