X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmanifest.json;h=30914e35fb164de759c4ac61e61c8bde90fa0a52;hb=b34a444e291c8ec90b4c2c965f7d0d6904d1faa7;hp=53cfa40c59d2e2aaa543bb54938fd4810590d8bc;hpb=879ea0f7954d2eef9fd40464ea45fc600597ee38;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/manifest.json b/client/src/manifest.json index 53cfa40c5..30914e35f 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -1,6 +1,6 @@ { - "background_color": "white", - "theme_color": "black", + "background_color": "#fff", + "theme_color": "#fff", "description": "A federated video streaming platform using P2P", "display": "standalone", "orientation": "any", @@ -43,5 +43,5 @@ ], "name": "PeerTube", "short_name": "PeerTube", - "start_url": "." + "start_url": "/videos/trending" }