From c3e0c1d1974e8e6281dcc63f4c7123b095f5c5d0 Mon Sep 17 00:00:00 2001 From: rzmk Date: Thu, 13 Jan 2022 17:07:59 -0500 Subject: [PATCH] Fix manifest.json sizes --- public/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 4d4727e..b54f30d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -18,7 +18,7 @@ }, { "src": "mstile-70x70.png", - "sizes": "70x70", + "sizes": "128x128", "type": "image/png" }, { @@ -28,17 +28,17 @@ }, { "src": "mstile-150x150.png", - "sizes": "150x150", + "sizes": "270x270", "type": "image/png" }, { "src": "mstile-310x150.png", - "sizes": "310x150", + "sizes": "558x270", "type": "image/png" }, { "src": "mstile-310x310.png", - "sizes": "310x310", + "sizes": "558x558", "type": "image/png" }, {