raycer/frontend/public
Spencer Flagg e410f09c93 fix: bump SW version and switch to network-first caching
VERSION was stuck at raycer-v1 so mobile PWAs never picked up
the streak fix (cache-first served the stale stats.js forever).

- Bump to raycer-v2 → triggers install, purges old caches
- Switch same-origin assets from cache-first to network-first
  so future deploys propagate immediately; cache is only used
  as an offline fallback
- Simplify to a single SHELL_CACHE (no separate runtime cache)
- Cross-origin vendor assets (Dexie CDN) stay cache-first
2026-05-03 14:00:59 +02:00
..
css feat: PWA install button, route persistence, and active-user visual indicators 2026-04-23 17:36:14 +02:00
icons Initial commit: raycer accountability PWA 2026-04-23 16:45:06 +02:00
js fix: current streak should not reset to zero before today's check-in 2026-04-25 13:29:43 +02:00
index.html feat: PWA install button, route persistence, and active-user visual indicators 2026-04-23 17:36:14 +02:00
manifest.webmanifest Initial commit: raycer accountability PWA 2026-04-23 16:45:06 +02:00
sw.js fix: bump SW version and switch to network-first caching 2026-05-03 14:00:59 +02:00