aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorLucas Teixeira <ltx16@hotmail.com>2018-02-11 15:28:55 -0200
committerChocobozzz <me@florianbigard.com>2018-02-11 18:28:55 +0100
commit879ea0f7954d2eef9fd40464ea45fc600597ee38 (patch)
tree11b44ed95b9312e632ec226148135148f1dfd7a9 /client
parenta7fea183f0f69104b209e7bfdd6435be28165f22 (diff)
downloadPeerTube-879ea0f7954d2eef9fd40464ea45fc600597ee38.tar.gz
PeerTube-879ea0f7954d2eef9fd40464ea45fc600597ee38.tar.zst
PeerTube-879ea0f7954d2eef9fd40464ea45fc600597ee38.zip
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
Diffstat (limited to 'client')
-rw-r--r--client/src/manifest.json5
1 files changed, 3 insertions, 2 deletions
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 @@
1{ 1{
2 "background_color": "white", 2 "background_color": "white",
3 "theme_color": "black",
3 "description": "A federated video streaming platform using P2P", 4 "description": "A federated video streaming platform using P2P",
4 "display": "fullscreen", 5 "display": "standalone",
5 "orientation": "portrait", 6 "orientation": "any",
6 "icons": [ 7 "icons": [
7 { 8 {
8 "src": "/client/assets/images/icons/icon-36x36.png", 9 "src": "/client/assets/images/icons/icon-36x36.png",