This commit is contained in:
breitenbach76 2026-06-09 15:37:54 +02:00
parent 864936382b
commit 6376e8365a
2 changed files with 169 additions and 3 deletions

View file

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