From 7cc6048def600854e7e2b1f23b78372424256117 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 4 Jan 2022 00:09:39 +0100 Subject: [PATCH] fixed #2954 --- HISTORY.md | 6 +++++- manifest.json | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 591f3f2f..bce9909e 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,7 +8,7 @@ * made "When I receive any messagge" non-thread-safe by default (again) to enable tail recursive broadcasts * improved handling of user-defined errors and errors inside custom blocks * **Notable Fixes:** - * fixed storing the stage name(s) + * fixed storing the stage name(s) - also fixes undesired translation * removed distinction between number and string keys in "analyze" * fixed variable binding when broadcasting through the API, thanks, Zak! * fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak! @@ -18,6 +18,9 @@ * **Translation Updates:** * Italian, thanks, Stefano! +### 2022-01-04 +* manifest: fixed #2954 + ### 2022-01-03 * Italian translation update, thanks, Stefano! * api: fixed variable binding when broadcasting through the API, thanks, Zak! @@ -26,6 +29,7 @@ * threads, extensions: improved handling of user-defined errors and errors inside custom blocks * sw.js: fixed #2957, thanks, Ken! * objects: fixed #2950, thanks, Mary! +* manifest: fixed #2954 ### 2022-01-02 * store: fixed storing the stage name(s) diff --git a/manifest.json b/manifest.json index 4cce2b0a..a37185c4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,15 +3,15 @@ "short_name": "Snap!", "icons": [{ "src": "img/snap-icon-72.png", - "sizes": "128x128", + "sizes": "72x72", "type": "image/png" }, { "src": "img/snap-icon-96.png", - "sizes": "128x128", + "sizes": "96x96", "type": "image/png" }, { "src": "img/snap-icon-120.png", - "sizes": "128x128", + "sizes": "120x120", "type": "image/png" }, { "src": "img/snap-icon-128.png", @@ -36,7 +36,7 @@ "type": "image/png" }, { "src": "img/snap-icon-384.png", - "sizes": "256x256", + "sizes": "384x384", "type": "image/png" }, { "src": "img/snap-icon-512.png",