Update serviceworker.js
This commit is contained in:
4
serviceworker.js
vendored
4
serviceworker.js
vendored
@@ -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'
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user