diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 8a7ebe1..587230a 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -21,17 +21,18 @@ "type": "image/png", "purpose": "maskable" }, + { + "purpose": "any maskable", + "src": "/icons/icon-512-maskable.png", + "sizes": "512x512", + "type": "image/png" + + }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" - }, - { - "src": "/icons/icon-512-maskable.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" } ], "min_width": "320px"