Handle browser-blocked status checks
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 15:40:50 +02:00
parent 2125601e56
commit 8f2b4faad9
8 changed files with 50 additions and 22 deletions

6
sw.js
View File

@@ -1,10 +1,10 @@
const CACHE_NAME = 'mischlabs-pwa-v4';
const CACHE_NAME = 'mischlabs-pwa-v5';
const APP_SHELL = [
'/',
'/index.html',
'/offline.html',
'/style.css?v=10',
'/app.js?v=2',
'/style.css?v=11',
'/app.js?v=3',
'/services.json?v=1',
'/manifest.webmanifest?v=3',
'/icons/icon-192.png',