feat: add refreshed logo asset

This commit is contained in:
2026-04-15 14:37:31 +02:00
parent e4589df111
commit 0eb1024b0f
6 changed files with 80 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
const CACHE_NAME = "putzliga-shell-v2";
const CACHE_NAME = "putzliga-shell-v3";
const ASSETS = [
"/static/css/style.css",
"/static/js/app.js",
"/static/images/logo.svg",
"/static/images/logo-mark.png",
"/static/images/pwa-icon-192.png",
"/static/images/pwa-icon-512.png"
];