From fa88ddf84f42075b2ae109a747bd854a67c7dd78 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 19:11:50 -0500 Subject: [PATCH] Fix issues with manifest again lol!! --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9293728e..7bbd4aa1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,15 @@ "name": "sudo-flix", "short_name": "sudo-flix", "start_url": "/", - "display": "standalone", + "display": "fullscreen", "background_color": "#fff", "theme_color": "#000", "icons": [ { "src": "/public/android-chrome-192x192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "maskable" }, { "src": "/public/android-chrome-512x512.png",