diff --git a/public/manifest.json b/public/manifest.json index bf13ec6e..f4eb652b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,6 +3,7 @@ "description": "Listen combinations of ambient sounds for relaxing** or getting more productive on your task!", "theme_color": "#fff", "background_color": "#30A7C5", + "display": "standalone", "scope": "/", "start_url": "/", "icons": [ @@ -31,6 +32,5 @@ "sizes": "800x800", "type": "image/png" } - ], - "splash_pages": null + ] }