We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdb000 commit b0caa46Copy full SHA for b0caa46
2 files changed
hvdata/data.zip
28 Bytes
sw.js
@@ -1,5 +1,5 @@
1
const CACHE_NAME = 'helpviewer-cache-v1';
2
-const CACHE_FILES = [ '/faviconPWA.png','/manifest.webmanifest','/hvdata/jszip.min.js','/hvdata/data.zip','/hvdata/LICENSE-jszip.md','/hvdata/appmain.js','/index.html','/favicon.png','/robots.txt' ];
+const CACHE_FILES = [ '/robots.txt','/manifest.webmanifest','/index.html','/hvdata/jszip.min.js','/hvdata/appmain.js','/hvdata/LICENSE-jszip.md','/hvdata/data.zip','/faviconPWA.png','/favicon.png' ];
3
4
self.addEventListener('install', (event) => {
5
event.waitUntil(
0 commit comments