diff --git a/homeassistant/components/frontend/www_static/favicon-1024x1024.png b/homeassistant/components/frontend/www_static/favicon-1024x1024.png new file mode 100644 index 00000000000..4bcc7924726 Binary files /dev/null and b/homeassistant/components/frontend/www_static/favicon-1024x1024.png differ diff --git a/homeassistant/components/frontend/www_static/manifest.json b/homeassistant/components/frontend/www_static/manifest.json index d37d6be2eca..aa09fb0e037 100644 --- a/homeassistant/components/frontend/www_static/manifest.json +++ b/homeassistant/components/frontend/www_static/manifest.json @@ -20,6 +20,11 @@ "src": "/static/favicon-512x512.png", "sizes": "512x512", "type": "image/png" + }, + { + "src": "/static/favicon-1024x1024.png", + "sizes": "1024x1024", + "type": "image/png" } ] }