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
pull/288/head
Lucas Teixeira 2018-02-11 15:28:55 -02:00 committed by Chocobozzz
parent a7fea183f0
commit 879ea0f795
1 changed files with 3 additions and 2 deletions

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