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
This commit is contained in:
parent
a7fea183f0
commit
879ea0f795
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue