Adding footer links, tweaking privacy text, etc.

This commit is contained in:
Dan 2026-02-21 20:16:42 +00:00
parent 15d98fe19a
commit 6c3e8bd8a0
3 changed files with 39 additions and 9 deletions

2
sw.js
View file

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