about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--js/inknswitch/sw.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/inknswitch/sw.js b/js/inknswitch/sw.js
index 052c0a4..81e6bf4 100644
--- a/js/inknswitch/sw.js
+++ b/js/inknswitch/sw.js
@@ -4,7 +4,12 @@ self.addEventListener('install', function(event) {
         return cache.addAll([
           './index.html',
           './ink.js',
-          './icon.png'
+          './icon.png',
+          './android-icon-36x36.png',
+          './android-icon-48x48.png',
+          './android-icon-72x72.png',
+          './android-icon-96x96.png',
+          './android-icon-144x144.png'
         ]);
       })
     );
e the previous revision' href='/danisanti/profani-tty/blame/themes/original_bright?id=d39bcdc166624a79f0bc962091c603ff8051c9bd'>^
30b5f112 ^

fa3c6779 ^
a4b4ed71 ^
30b5f112 ^




fa3c6779 ^





30b5f112 ^
fa3c6779 ^
30b5f112 ^
fa3c6779 ^
fa3c6779 ^



fa3c6779 ^

b21edfaa ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50