From 3cdadf9dfe5699e5bd992fd5dc44fa71afc2a497 Mon Sep 17 00:00:00 2001 From: hansgrimmelshausen <77658999+hansgrimmelshausen@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:15:23 +0200 Subject: [PATCH] Update manifest.json "icons" should be present only once --- public/assets/manifest.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/public/assets/manifest.json b/public/assets/manifest.json index 1e84cb4..7a73eff 100644 --- a/public/assets/manifest.json +++ b/public/assets/manifest.json @@ -6,16 +6,18 @@ "display": "standalone", "description": "Free & open-source real-time storm tracking, rain radar and live lightning viewer for iOS, Android and the web.", "background_color": "#fff", - "icons": [{ - "src": "assets/logo-192.png", - "sizes": "192x192", - "type": "image/png" - }], - "icons": [{ - "src": "assets/logo.png", - "sizes": "512x512", - "type": "image/png" - }], + "icons": [ + { + "src": "assets/logo-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "assets/logo.png", + "sizes": "512x512", + "type": "image/png" + } + ], "related_applications": [{ "platform": "play", "url": "https://play.google.com/store/apps/details?id=com.meteocool"