From 2ce5b320d3737bb7f28311585cb2a7065acdbfba Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 29 Jul 2020 08:25:34 -0300 Subject: [PATCH] improvement: Better favicon in windows taskbar --- frontend/public/index.html | 20 ++------------------ frontend/public/manifest.json | 5 +++++ 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 0e2e006..a975a4c 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,26 +6,10 @@ href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" /> - - - + + - diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 876bc1e..55131bc 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -2,6 +2,11 @@ "short_name": "WaTicket", "name": "WaTicket", "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, { "src": "/android-chrome-192x192.png", "sizes": "192x192",