Cleaned up favicons, PWA icon fixes

This commit is contained in:
Donkie
2026-01-06 00:28:31 +01:00
parent 6adb6bedc2
commit 848f5dcc94
12 changed files with 53 additions and 43 deletions

View File

@@ -7,6 +7,9 @@
<meta name="description" content="Spoolman - Keep track of your inventory of 3D-printer filament spools." />
<meta name="robots" content="noindex,nofollow" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<script type="text/javascript" src="./config.js"></script>
<title>Spoolman</title>
</head>