fix: avoid web fallback after app handoff
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-21 23:05:09 +02:00
parent 705374cacd
commit fb540813ff
3 changed files with 85 additions and 24 deletions

4
sw.js
View File

@@ -1,10 +1,10 @@
const CACHE_NAME = 'mischlabs-pwa-v13';
const CACHE_NAME = 'mischlabs-pwa-v14';
const APP_SHELL = [
'/',
'/index.html',
'/offline.html',
'/style.css?v=27',
'/app.js?v=30',
'/app.js?v=31',
'/services.json?v=1',
'/manifest.webmanifest?v=4',
'/favicon.ico?v=4',