X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmanifest.json;h=30914e35fb164de759c4ac61e61c8bde90fa0a52;hb=bf079b7bfd7f0fb75ceb28e333bb4b74d8840dd4;hp=ac5eac6475279081db58260c8c57cc1dc1fd0a3e;hpb=151edeee3a1bff047bda4cdb60d98ad74f627488;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/manifest.json b/client/src/manifest.json index ac5eac647..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": "/videos/recently-added" + "start_url": "/videos/trending" }