]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/manifest.json
Add quota used in users list
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
index a9e885739202fb89aa0de302962290cc9d69d1d3..30914e35fb164de759c4ac61e61c8bde90fa0a52 100644 (file)
@@ -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"
 }