From 3f3074d11ba09efafd12517d5608be4de9151d27 Mon Sep 17 00:00:00 2001 From: bp2008 Date: Wed, 7 Aug 2024 08:12:23 -0600 Subject: [PATCH] Fixed wrong "type" being used in manifest.json for the new iOS launcher icon. --- applet/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/manifest.json b/applet/manifest.json index dbc2b3f..038963a 100644 --- a/applet/manifest.json +++ b/applet/manifest.json @@ -76,7 +76,7 @@ { "src": "logos/launcher-icon256_ios.webp", "sizes": "256x256", - "type": "image/png" + "type": "image/webp" } ], "background_color": "#000000",