From cac174e89c3565e8e474a2b6ccbe8dd8dd31d19a Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 18:57:57 -0500 Subject: [PATCH] Add a maskable icon to manifest! --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2eab3dd6..0c1a28d1 100644 --- a/manifest.json +++ b/manifest.json @@ -44,7 +44,8 @@ { "src": "/public/splash_screens/icon.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "maskable" }, { "src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",