diff options
Diffstat (limited to 'appcache.js')
-rw-r--r-- | appcache.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js index d51f775..d8c8187 100644 --- a/appcache.js +++ b/appcache.js | |||
@@ -13,6 +13,7 @@ class AppCache { | |||
13 | this.cacheName = "cache"; | 13 | this.cacheName = "cache"; |
14 | this.filesToCache = [ | 14 | this.filesToCache = [ |
15 | ".", | 15 | ".", |
16 | "popup.html", | ||
16 | "appcache.js", | 17 | "appcache.js", |
17 | "favicon.ico", | 18 | "favicon.ico", |
18 | 19 | ||