This commit is contained in:
breitenbach76 2026-06-07 14:44:36 +02:00
parent 213243f308
commit 7d474a054e
4 changed files with 320 additions and 14 deletions

View file

@ -1,5 +1,5 @@
/* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */
const CACHE = "slc-companion-v8";
const CACHE = "slc-companion-v9";
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 = [];