]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/manifest.json
Fix fps federation
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
index ac5eac6475279081db58260c8c57cc1dc1fd0a3e..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": "/videos/recently-added"
+  "start_url": "/videos/trending"
 }