improve PWA function and add icon

This commit is contained in:
2026-02-03 17:52:44 -06:00
parent bc600eca1e
commit a717095bd1
4 changed files with 24 additions and 13 deletions
+7 -3
View File
@@ -3,9 +3,13 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tasgrid</title>
<link rel="icon" type="image/webp" href="/icon.webp" />
<link rel="apple-touch-icon" href="/icon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#0a0a0a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Tasgrid</title>
<script>
(function () {
const storedTheme = localStorage.getItem("tasgrid-theme");