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,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"background_color": "white",
|
"background_color": "white",
|
||||||
|
"theme_color": "black",
|
||||||
"description": "A federated video streaming platform using P2P",
|
"description": "A federated video streaming platform using P2P",
|
||||||
"display": "fullscreen",
|
"display": "standalone",
|
||||||
"orientation": "portrait",
|
"orientation": "any",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/client/assets/images/icons/icon-36x36.png",
|
"src": "/client/assets/images/icons/icon-36x36.png",
|
||||||
|
|
Loading…
Reference in New Issue