comparison 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
comparison
equal deleted inserted replaced
262:0f45474c1b1a 263:ee04e4e69fed
1 // Root-scoped Service Worker for MrJuneJune PWA 1 // Root-scoped Service Worker for MrJuneJune PWA
2 const CACHE_VERSION = 'v14-blog-browser'; 2 const CACHE_VERSION = 'v30-card-driven-details';
3 const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; 3 const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`;
4 4
5 // Files to cache immediately on install 5 // Files to cache immediately on install
6 const STATIC_CACHE = [ 6 const STATIC_CACHE = [
7 '/', 7 '/',