This commit is contained in:
breitenbach76 2026-06-06 16:38:46 +02:00
parent 36471297f5
commit 917bf1d613
3 changed files with 72 additions and 91 deletions

View file

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