Tweaks, generating icons
This commit is contained in:
parent
38cf394916
commit
3757454f3a
9 changed files with 718 additions and 356 deletions
2
sw.js
2
sw.js
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue