Update serviceworker.js

This commit is contained in:
Yee Jia Wei 2023-03-12 22:03:16 +08:00
parent c088d64ce2
commit b6c0521cfb

4
serviceworker.js vendored
View File

@ -1,7 +1,7 @@
var staticCacheName = "pwa-v" + new Date().getTime(); var staticCacheName = "pwa-v" + new Date().getTime();
var filesToCache = [ var filesToCache = [
'public/img/pwa/akaunting-192x192.png', 'public/img/pwa/icon-192x192.png',
'public/img/pwa/akaunting-512x512.png' 'public/img/pwa/icon-512x512.png'
]; ];
/* /*