// NextSnap Service Worker // Provides offline-first caching for the app shell const CACHE_VERSION = 'nextsnap-v25'; const APP_SHELL_CACHE = 'nextsnap-shell-v21'; const RUNTIME_CACHE = 'nextsnap-runtime-v21'; // Offline fallback page with bottom nav bar so user can navigate to cached pages const OFFLINE_PAGE = `
This page requires an internet connection.
Capture and Queue are available offline.