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",