hide sub-tabs when disconnected, add SVGs to sw cache, rename labels

This commit is contained in:
2026-08-07 01:30:48 +03:00
parent bc45bd575f
commit 6b4095ce4f
2 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v2';
const CACHE = 'otaman-v3';
const URLS = [
'index.html',
'style.css',
@@ -7,6 +7,9 @@ const URLS = [
'icon-512.png',
'manifest.json',
'des-bundle.js',
'sim.svg',
'sim_anim.svg',
'nosim.svg',
];
self.addEventListener('install', e => {