Tweaks, generating icons

This commit is contained in:
Dan 2026-02-21 19:44:52 +00:00
parent 38cf394916
commit 3757454f3a
9 changed files with 718 additions and 356 deletions

2
sw.js
View file

@ -1,4 +1,4 @@
const CACHE = 'status-poster-v1';
const CACHE = 'status-poster-v9';
const PRECACHE = ['.', 'index.html', 'style.css', 'script.js', 'manifest.json', 'sw.js', 'icon.svg'];
self.addEventListener('install', e => {