v4.3.120 update

This commit is contained in:
lockbitchat
2025-10-15 20:15:41 -04:00
parent b087adfecc
commit 3ed8766fc9
10 changed files with 201 additions and 546 deletions

8
sw.js
View File

@@ -1,9 +1,9 @@
// SecureBit.chat Service Worker
// Conservative PWA Edition v4.3.120 - Minimal Caching Strategy
// Conservative PWA Edition v4.4.18 - Minimal Caching Strategy
const CACHE_NAME = 'securebit-pwa-v4.3.120';
const STATIC_CACHE = 'securebit-pwa-static-v4.3.120';
const DYNAMIC_CACHE = 'securebit-pwa-dynamic-v4.3.120';
const CACHE_NAME = 'securebit-pwa-v4.4.18';
const STATIC_CACHE = 'securebit-pwa-static-v4.4.18';
const DYNAMIC_CACHE = 'securebit-pwa-dynamic-v4.4.18';
// Essential files for PWA offline functionality
const STATIC_ASSETS = [