Adding footer links, tweaking privacy text, etc.
This commit is contained in:
parent
15d98fe19a
commit
6c3e8bd8a0
3 changed files with 39 additions and 9 deletions
2
sw.js
2
sw.js
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue