diff --git a/client/src/manifest.json b/client/src/manifest.json index 4954717db..53cfa40c5 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -1,8 +1,9 @@ { "background_color": "white", + "theme_color": "black", "description": "A federated video streaming platform using P2P", - "display": "fullscreen", - "orientation": "portrait", + "display": "standalone", + "orientation": "any", "icons": [ { "src": "/client/assets/images/icons/icon-36x36.png",