feat(pwa): complete PWA configuration

- Generate PWA icons in multiple sizes (72-512px)
- Create favicon.svg with app branding
- Add offline.html fallback page
- Update app.html with PWA meta tags
- Add theme-color and apple-touch-icon
- Configure viewport-fit for mobile notches
- PWA manifest already configured in vite.config.js
- Service worker caching already configured
This commit is contained in:
2026-01-06 16:17:57 +01:00
parent e8c6dd3930
commit 8145645252
12 changed files with 109 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#4f46e5"/>
<text x="16" y="24" font-family="Arial" font-size="20" font-weight="bold" fill="white" text-anchor="middle">O</text>
</svg>

After

Width:  |  Height:  |  Size: 265 B