diff --git a/manifest.json b/manifest.json index 98518ad..1852e0f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,16 +6,16 @@ "background_color": "#ffffff", "theme_color": "#000000", "icons": [ - { - "src": "./MyLogo.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "./MyLogo.png", - "sizes": "512x512", - "type": "image/png" - } + { + "src": "./MyLogo.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./MyLogo.png", + "sizes": "512x512", + "type": "image/png" + } ] } \ No newline at end of file