]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Change manifest properties (#285)
authorLucas Teixeira <ltx16@hotmail.com>
Sun, 11 Feb 2018 17:28:55 +0000 (15:28 -0200)
committerChocobozzz <me@florianbigard.com>
Sun, 11 Feb 2018 17:28:55 +0000 (18:28 +0100)
* Change full screen to standalone

This will make the notification bar visible

* Added theme color

Now the address bar will match the color of the search panel.

* Remove orientation:"portrait"

* Re-adding orientation property

This time, with "any" value

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",