feat: add PWA support

This commit is contained in:
2026-07-31 22:52:18 +02:00
parent 6998e8bdb7
commit 530162cbf7
11 changed files with 156 additions and 0 deletions
+7
View File
@@ -5,6 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#10130f" />
<meta name="color-scheme" content="dark" />
<meta name="application-name" content="Pi Car Companion" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Pi Car" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Pi Car Companion</title>
</head>
<body>