From 12723d963540e99bb60197042e705260e01882ce Mon Sep 17 00:00:00 2001 From: elioat Date: Mon, 15 Jan 2024 19:51:43 -0500 Subject: * --- js/inknswitch/sw.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'js') 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' ]); }) ); -- cgit 1.4.1-2-gfad0