From 15bc1d110e1db0e5edc0bb21cdc05a02b48dec7a Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Mon, 23 Mar 2026 10:02:30 -0400 Subject: [PATCH] pwa icon update --- frontend/public/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"