diff --git a/manifest.json b/manifest.json index 4948a23..8f6a6a7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,10 @@ "background_color": "#ffffff", "theme_color": "#000000", "icons": [ - "src": "/img/icon.ico", - "sizes": "64x64", - "type": "image/x-icon"] + { + "src": "/img/icon.ico", + "sizes": "64x64", + "type": "image/x-icon" + } + ] }