X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmanifest.webmanifest;h=6e62856cdfa31246be50c1bedbcb39c84de41f79;hb=c3ab799e1c2ec8b63151abbab99e3ed745e37fd5;hp=3d3c7d6d5ec838163d28be7b590a16bf9288b272;hpb=0491173a61aed66205c017e0d7e0503ea316c144;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 3d3c7d6d5..6e62856cd 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -1,4 +1,7 @@ { + "name": "PeerTube", + "short_name": "PeerTube", + "start_url": "/", "background_color": "#fff", "theme_color": "#fff", "description": "A federated video streaming platform using P2P", @@ -40,8 +43,5 @@ "sizes": "512x512", "type": "image/png" } - ], - "name": "PeerTube", - "short_name": "PeerTube", - "start_url": "/videos/trending" + ] }