Mercurial
diff mrjunejune/src/sw.js @ 263:ee04e4e69fed
Add functional JRPG frame and tools
Add full-screen background_2 apertures, functional frame chrome, card-driven details, dual-window tools, live conversion workflows, and bounded cleanup for generated downloads.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Thu, 06 Aug 2026 11:31:30 -0700 |
| parents | 0f45474c1b1a |
| children | 04fee26ecce0 |
line wrap: on
line diff
--- a/mrjunejune/src/sw.js Thu Aug 06 04:08:45 2026 -0700 +++ b/mrjunejune/src/sw.js Thu Aug 06 11:31:30 2026 -0700 @@ -1,5 +1,5 @@ // Root-scoped Service Worker for MrJuneJune PWA -const CACHE_VERSION = 'v14-blog-browser'; +const CACHE_VERSION = 'v30-card-driven-details'; const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; // Files to cache immediately on install