feat(#34): PWA instalável com cache do shell para Android

- vite-plugin-pwa com Workbox (generateSW, autoUpdate)
- manifest.webmanifest: standalone, theme #0a0418, ícones 192/512
- Service worker pré-cacheia 29 entradas (shell completo offline)
- Google Fonts cacheadas via CacheFirst (1 ano)
- Ícone pixel art Arcade Neon (SVG + PNGs gerados)
- Meta tags PWA e apple-touch-icon no index.html

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-05-27 11:57:56 -03:00
co-authored by Claude Sonnet 4.6
parent a8a4a76dd5
commit d20892977d
8 changed files with 4875 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.3.0",
"vue-tsc": "^2.2.8"
}
}