From 879ea0f7954d2eef9fd40464ea45fc600597ee38 Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Sun, 11 Feb 2018 15:28:55 -0200 Subject: 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 --- client/src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/manifest.json') 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", -- cgit v1.2.3