X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmanifest.json;h=30914e35fb164de759c4ac61e61c8bde90fa0a52;hb=8cd72bd37724054f8942f2fefc7aa2e60eca74cf;hp=4954717db65b85cef39807f49e36bb1b7f4ca934;hpb=3290f37c76784f1b96cefb5d389e48db56033b0a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/manifest.json b/client/src/manifest.json index 4954717db..30914e35f 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -1,8 +1,9 @@ { - "background_color": "white", + "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" }