Fix console warnings: remove SW registration, fix meta tag, clean manifest

- Remove service worker registration from footer (SW is already self-unregistering)
- Add mobile-web-app-capable meta to fix deprecation warning
- Remove missing icon references from manifest (only 192/512 PNGs exist)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 20:38:15 +00:00
parent 714ef13897
commit 6e4d2734bb
3 changed files with 2 additions and 94 deletions
+1
View File
@@ -59,6 +59,7 @@ $customerUser = $isLoggedIn ? CustomerAuth::getUser() : null;
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#FF5E1A">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Java Jive">