commit e13b868e827b0b712fd62cb6fcc654263dd6cfee
parent 6b7181dc5ed5622567e125d3a1aef73c05f9cdec
Author: Hunter
Date:   Mon,  9 Mar 2026 23:05:22 -0400

update icon

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

diff --git a/manifest.json b/manifest.json @@ -4,7 +4,7 @@ "icons": [ { "src": "resources/icons/icon.png", - "sizes": "512x512", + "sizes": "1024x1024", "type": "image/png" } ], diff --git a/readme.md b/readme.md @@ -7,7 +7,7 @@ the nested todo list that breaks complex tasks into manageable subtasks. <i><b>try it now <a href="https://hunterirving.github.io/matryoshka/">in your browser</a>!</b></i> (physical keyboard required). -alternatively, you can use ```./run.py``` to run matryoshka locally, or try installing it as a <a href="https://hunterirving.github.io/web_workshop/pages/pwa">Progressive Web App</a> that works completely offline. +alternatively, use ```./run.py``` to run matryoshka locally, or try installing it as a <a href="https://hunterirving.github.io/web_workshop/pages/pwa">Progressive Web App</a> that works completely offline. ### key features - unlimited subtask depth 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'; +const CACHE_NAME = 'matryoshka-v1.1'; const ASSETS = [ './', 'index.html',