feat: installable PWA (manifest, icons, minimal service worker)

- public/manifest.webmanifest with any + maskable icons (192/512)
- generated inbox-glyph icons in app palette, apple-touch-icon
- minimal no-cache service worker for installability; registered via client plugin
- head: manifest/icon links, mobile-web-app-capable

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 08:00:54 +00:00
co-authored by Claude Fable 5
parent d4c734737b
commit 02adfd0dbe
10 changed files with 34 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ node_modules/
.DS_Store
.playwright-mcp/
*.png
!public/icons/*.png
.claude/