Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s

This commit is contained in:
Joakim Hellsén 2026-03-19 19:39:27 +01:00
commit 79fb9b09c1
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
12 changed files with 135 additions and 72 deletions

View file

@ -5,6 +5,16 @@
<link rel="apple-touch-icon"
sizes="180x180"
href="{% static 'apple-touch-icon.png' %}" />
<meta name="apple-mobile-web-app-title" content="TTVDrops" />
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}" />
<link rel="shortcut icon"
type="image/x-icon"
href="{% static 'favicon.ico' %}" />
<link rel="icon" type="image/svg+xml" href="{% static 'favicon.svg' %}" />
<link rel="icon"
type="image/png"
sizes="96x96"
href="{% static 'favicon-96x96.png' %}" />
<link rel="icon"
type="image/png"
sizes="32x32"