From e07d6eef9b9b7fca7024e1ae0e675d03695bd21a Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 31 Oct 2017 10:00:21 +0100 Subject: [PATCH] Update favicon description --- packages/react-scripts/template/public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/template/public/manifest.json b/packages/react-scripts/template/public/manifest.json index 36680959d1f..ef19ec243e7 100644 --- a/packages/react-scripts/template/public/manifest.json +++ b/packages/react-scripts/template/public/manifest.json @@ -4,8 +4,8 @@ "icons": [ { "src": "favicon.ico", - "sizes": "64x64", - "type": "image/png" + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" } ], "start_url": "./index.html",