commit 899870bfa94673f2498ff2a4213e737502214106
parent e13b868e827b0b712fd62cb6fcc654263dd6cfee
Author: Hunter
Date:   Mon,  9 Mar 2026 23:15:34 -0400

update icon

Diffstat:
Mindex.html | 4++--
Mmanifest.json | 2+-
Mresources/icons/icon.png | 0
Msw.js | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html @@ -6,8 +6,8 @@ <link rel="manifest" href="manifest.json"> <meta id="themeColor" name="theme-color" content="#ccff00"> - <!-- favicon --> - <link rel="icon" type="image/png" href="resources/icons/icon.png"> + <!-- favicon set dynamically from theme emoji via theme.js --> + <link rel="icon" type="image/svg+xml"> <link rel="apple-touch-icon" href="resources/icons/icon.png"> <title>todo</title> diff --git a/manifest.json b/manifest.json @@ -4,7 +4,7 @@ "icons": [ { "src": "resources/icons/icon.png", - "sizes": "1024x1024", + "sizes": "1200x1200", "type": "image/png" } ], diff --git a/resources/icons/icon.png b/resources/icons/icon.png Binary files differ. diff --git a/sw.js b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'matryoshka-v1.1'; +const CACHE_NAME = 'matryoshka-v1.2'; const ASSETS = [ './', 'index.html',