X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmanifest.json;h=30914e35fb164de759c4ac61e61c8bde90fa0a52;hb=330eaf12969ed0f15f93d5dd50599885f62ffbed;hp=a9e885739202fb89aa0de302962290cc9d69d1d3;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/manifest.json b/client/src/manifest.json index a9e885739..30914e35f 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -1,8 +1,9 @@ { - "background_color": "gray", + "background_color": "#fff", + "theme_color": "#fff", "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", @@ -42,5 +43,5 @@ ], "name": "PeerTube", "short_name": "PeerTube", - "start_url": "." + "start_url": "/videos/trending" }