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