From fcd173369dc8f727ea7baa30ec3a5d609909a661 Mon Sep 17 00:00:00 2001
From: Vinicius Gabriel Machado <vgm18@inf.ufpr.br>
Date: Thu, 15 Jul 2021 11:53:19 -0300
Subject: [PATCH] Changed PWA icon for the maskable one in any usage case

---
 public/manifest.webmanifest | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
index 1f321e7c..6fed6c58 100644
--- a/public/manifest.webmanifest
+++ b/public/manifest.webmanifest
@@ -2,29 +2,17 @@
     "short_name": "MEC RED",
     "name": "Platafoma Integrada MEC RED",
     "icons": [
-        {
-            "src": "/img/logo_small_192x192.png",
-            "type": "image/png",
-            "sizes": "192x192",
-            "purpose": "any"
-        },
-        {
-            "src": "/img/logo_small_512x512.png",
-            "type": "image/png",
-            "sizes": "512x512",
-            "purpose": "any"
-        },
         {
             "src": "/img/maskable_icon_192x192.png",
             "type": "image/png",
             "sizes": "192x192",
-            "purpose": "maskable"
+            "purpose": "any"
         },
         {
             "src": "/img/maskable_icon_512x512.png",
             "type": "image/png",
             "sizes": "512x512",
-            "purpose": "maskable"
+            "purpose": "any"
         }
     ],
     "start_url": "/",
-- 
GitLab