diff --git a/homeassistant/components/frontend/www_static/manifest.json b/homeassistant/components/frontend/www_static/manifest.json index 3767a4b1c5b..957c5812cd2 100644 --- a/homeassistant/components/frontend/www_static/manifest.json +++ b/homeassistant/components/frontend/www_static/manifest.json @@ -8,12 +8,12 @@ { "src": "/static/favicon-192x192.png", "sizes": "192x192", - "type": "image/png", + "type": "image/png" }, { "src": "/static/favicon-384x384.png", "sizes": "384x384", - "type": "image/png", + "type": "image/png" } ] }