Mercurial
diff mrjunejune/src/sw.js @ 264:04fee26ecce0
add authenticated JRPG conversation platform
Add reusable auth/session storage, owned conversation recovery, guest quotas, admin workflows, URL-routed conversation UI, mobile frame support, and parallel browser acceptance.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 07:34:12 -0700 |
| parents | ee04e4e69fed |
| children | 056790c4fb0d |
line wrap: on
line diff
--- a/mrjunejune/src/sw.js Thu Aug 06 11:31:30 2026 -0700 +++ b/mrjunejune/src/sw.js Fri Aug 07 07:34:12 2026 -0700 @@ -1,5 +1,5 @@ // Root-scoped Service Worker for MrJuneJune PWA -const CACHE_VERSION = 'v30-card-driven-details'; +const CACHE_VERSION = 'v34-login-modal'; const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; // Files to cache immediately on install