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"