From 1740c3fe61fc48df429b609af5ee2ccd38e1c7a4 Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 31 Oct 2017 11:25:11 +0100 Subject: [PATCH] Update favicon description (#3374) --- 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",