From: Lucas Teixeira Date: Sun, 11 Feb 2018 17:28:55 +0000 (-0200) Subject: Change manifest properties (#285) X-Git-Tag: v0.0.24-alpha~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=879ea0f7954d2eef9fd40464ea45fc600597ee38;p=oweals%2Fpeertube.git Change manifest properties (#285) * 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 --- diff --git a/client/src/manifest.json b/client/src/manifest.json index 4954717db..53cfa40c5 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -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",