diff options
-rw-r--r-- | client/src/manifest.json | 5 |
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", |