[claude] Service worker and PWA manifest (#485) #494

Closed
claude wants to merge 1 commits from claude/issue-485 into main

1 Commits

Author SHA1 Message Date
Alexander Whitestone
d0ead09f80 feat: add PWA manifest and service worker (#485)
Some checks failed
CI / validate (pull_request) Failing after 4s
- Add manifest.json with app name, theme color, display=fullscreen, and icon references
- Add sw.js with cache-first strategy for assets and network-first for API calls
- Update index.html with <link rel="manifest"> and SW registration script
- Cache key nexus-v3, precaches core assets from jsdelivr CDN
- Network-first for Gitea API and WebSocket requests

Fixes #485
2026-03-24 23:05:26 -04:00