]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/manifest.json
Change manifest properties (#285)
[github/Chocobozzz/PeerTube.git] / client / src / manifest.json
index 4954717db65b85cef39807f49e36bb1b7f4ca934..53cfa40c59d2e2aaa543bb54938fd4810590d8bc 100644 (file)
@@ -1,8 +1,9 @@
 {
   "background_color": "white",
+  "theme_color": "black",
   "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",