Version PWA icon asset to refresh Android cache

This commit is contained in:
2026-04-26 22:53:37 +02:00
parent 8248e00090
commit 1f815fa1b1
4 changed files with 13 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
const CACHE_NAME = "opensquared-assistant-v1";
const CACHE_NAME = "opensquared-assistant-v2";
const ASSETS = [
"/",
"/styles.css",
"/app.js",
"/manifest.webmanifest",
"/icons/icon.svg"
"/icons/icon-v2.svg"
];
self.addEventListener("install", (event) => {