From bfb67261b25987fecd504ddbfdcf6c823b7dd6f2 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Sun, 22 Mar 2026 23:01:41 -0400 Subject: [PATCH] set priority icons --- frontend/public/manifest.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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"