feat: add and wire png app icons for iOS/PWA

This commit is contained in:
Oliver 2026-02-15 16:18:42 +01:00
parent 0b15609bc2
commit 9ecc4253ee
No known key found for this signature in database
9 changed files with 25 additions and 7 deletions

View file

@ -10,7 +10,8 @@
<title>StaySense Quellen & Attribution</title>
<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="icon" type="image/png" sizes="192x192" href="icons/icon-192.png" />
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>