chore(sw): bump cache to v5, add filter-utils.js to cached assets

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-12 07:28:02 +01:00
parent ec383bf8e9
commit 3f9d096ed0
+2 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'mc-webui-v4';
const CACHE_NAME = 'mc-webui-v5';
const ASSETS_TO_CACHE = [
'/',
'/static/css/style.css',
@@ -6,6 +6,7 @@ const ASSETS_TO_CACHE = [
'/static/js/dm.js',
'/static/js/contacts.js',
'/static/js/message-utils.js',
'/static/js/filter-utils.js',
'/static/js/console.js',
'/static/images/android-chrome-192x192.png',
'/static/images/android-chrome-512x512.png',