This commit is contained in:
breitenbach76 2026-06-09 00:29:20 +02:00
parent 3ff70129d7
commit de433773b7
3 changed files with 14 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */
const CACHE = "slc-companion-v20";
const CACHE = "slc-companion-v21";
const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"];
// Action-Card-Grafiken (cards/s<service>-c<change>.png) fuer Offline vorab cachen (alle 30).
const CARDS = [];