PWA: PNG-Icons für Homescreen (iOS 180px, Android 192/512px)

This commit is contained in:
rene 2026-05-22 08:12:32 +02:00
parent 51c0fe58aa
commit 50810c4b50
5 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/icon-512.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">