]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/manifest.json
Upgrade to bootstrap 4 first step
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
index 53cfa40c59d2e2aaa543bb54938fd4810590d8bc..30914e35fb164de759c4ac61e61c8bde90fa0a52 100644 (file)
@@ -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"
 }