From 818d4a38579deeaea6c8837016ff7c90a3d7ccc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=BE=D1=88=D0=B8=D0=BD=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=BD=20=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D1=8C=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=87?= Date: Sun, 12 Jul 2026 22:10:45 +0300 Subject: [PATCH] png icon to fix small icon issue on android --- index.html | 6 +++--- sw.js | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9f8378e..1d86d29 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -158,10 +158,10 @@
- + diff --git a/sw.js b/sw.js index f60988f..157d4f0 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'numnum-v13'; +const CACHE_NAME = 'numnum-v14'; const ASSETS = [ '/', '/index.html', @@ -7,6 +7,8 @@ const ASSETS = [ '/numerals.js', '/manifest.json', '/icon.svg', + '/icon-192.png', + '/icon-512.png', ]; self.addEventListener('install', (e) => {