From 37baaf39d1a481a93ad698f7ad10dbf259b1e270 Mon Sep 17 00:00:00 2001 From: Alexander Harding <2166114+aeharding@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:01:58 -0500 Subject: [PATCH] Fix Android PWA appearing with chrome badge (#305) https://stackoverflow.com/a/75710444/1319878 --- public/manifest.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 68bd74bfd3..ddc84cc19f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,18 +2,6 @@ "short_name": "wefwef", "name": "wefwef", "icons": [ - { - "src": "/logo_maskable_minified.svg", - "type": "image/svg+xml", - "sizes": "any", - "purpose": "any maskable" - }, - { - "src": "logo_minified.svg", - "type": "image/svg+xml", - "sizes": "any", - "purpose": "any" - }, { "src": "/favicons/192.png", "type": "image/png",