summaryrefslogtreecommitdiff
path: root/web/sw.js
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-07 00:29:49 +0300
committerPaul Buetow <paul@buetow.org>2026-05-07 00:29:49 +0300
commit41b99351fb417eb43830c604d910333970bc191c (patch)
tree9c3997d53214bf873dd697db1781702ab79f1a78 /web/sw.js
parenta0603095a35473a6479beb612bc2ed7b33298260 (diff)
b1 split player module
Diffstat (limited to 'web/sw.js')
-rw-r--r--web/sw.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sw.js b/web/sw.js
index 12e8900..5570570 100644
--- a/web/sw.js
+++ b/web/sw.js
@@ -1,7 +1,8 @@
-const CACHE = 'kiss-v8';
+const CACHE = 'kiss-v9';
const ASSETS = [
'/',
'/index.html',
+ '/detach.html',
'/login.html',
'/bootstrap.html',
'/css/theme.css',
@@ -16,6 +17,10 @@ const ASSETS = [
'/js/keyboard.js',
'/js/selection.js',
'/js/player.js',
+ '/js/playback.js',
+ '/js/imageViewer.js',
+ '/js/detach.js',
+ '/js/detachPopup.js',
'/js/search.js',
'/js/shuffle.js',
'/js/themes.js',