diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 1f321e7cd13798a8c31e32d4326afc2bf3bfc142..6fed6c584d3d14987a54b6ee07f65bdb39a155a1 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": "/",