Skip to content

Commit 39ad218

Browse files
committed
feat: Implement PWA support with service worker registration and update web manifest
1 parent 02a3c50 commit 39ad218

6 files changed

Lines changed: 8219 additions & 3967 deletions

File tree

web/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@
77
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
88
<meta http-equiv="Pragma" content="no-cache" />
99
<meta http-equiv="Expires" content="0" />
10+
11+
<!-- PWA Meta Tags -->
1012
<link rel="manifest" href="/app.webmanifest" />
1113
<link rel="shortcut icon" type="image/svg+xml" href="/gm.svg" />
14+
15+
<!-- iOS-specific meta tags -->
16+
<meta name="apple-mobile-web-app-capable" content="yes" />
17+
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
18+
<meta name="apple-mobile-web-app-title" content="GaggiMate" />
19+
<link rel="apple-touch-icon" href="/gm.svg" />
20+
1221
<link rel="preconnect" href="https://fonts.googleapis.com" />
1322
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1423
<link

0 commit comments

Comments
 (0)