Bump iOS PWA icon filename
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 10s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 10s
This commit is contained in:
7
sw.js
7
sw.js
@@ -1,12 +1,12 @@
|
||||
const CACHE_NAME = 'mischlabs-pwa-v1';
|
||||
const CACHE_NAME = 'mischlabs-pwa-v2';
|
||||
const APP_SHELL = [
|
||||
'/',
|
||||
'/index.html',
|
||||
'/style.css?v=8',
|
||||
'/manifest.webmanifest',
|
||||
'/manifest.webmanifest?v=2',
|
||||
'/icons/icon-192.png',
|
||||
'/icons/icon-512.png',
|
||||
'/icons/apple-touch-icon.png'
|
||||
'/icons/apple-touch-icon-v2.png'
|
||||
];
|
||||
|
||||
self.addEventListener('install', (event) => {
|
||||
@@ -53,4 +53,3 @@ self.addEventListener('fetch', (event) => {
|
||||
))
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user