From 4cecc626f447c6d44434f7683a11b65d9d8e4c7f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 May 2016 22:45:35 -0700 Subject: [PATCH] manifest.json: remove trailing commas --- homeassistant/components/frontend/www_static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] }