summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-24 12:12:01 +0300
committerAndrew Dolgov <[email protected]>2018-12-24 12:12:01 +0300
commit8c6eba87d9349690833bef91504ba8eb17419126 (patch)
tree6f0d522307f73ac945b95d5f20b53a810a0576de /worker.js
parent4e6fe2aaeb2942bead72c9bb352e23c6883b561c (diff)
sync accent color to icon
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 9ecc1a4..d2db2e9 100644
--- a/worker.js
+++ b/worker.js
@@ -3,7 +3,7 @@
const CACHE_PREFIX = 'epube';
const CACHE_NAME = CACHE_PREFIX + '-v2';
const CACHE_URLS = [
- 'img/launcher.png',
+ 'img/ic_launcher_web.png',
'img/favicon.png',
'read.html',
'js/common.js',