diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:24 +0100 |
commit | 93df58cc4865af9046d2b31e03fa37d3ae54e45b (patch) | |
tree | 5bc454daf9cae2d4996d8503a5a7f24bf7aa3bbe /client/src/manifest.json | |
parent | 41df592101dfc4760f8710b88836ef8908ca741c (diff) | |
download | PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.gz PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.zst PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.zip |
Fix service worker registration
Diffstat (limited to 'client/src/manifest.json')
-rw-r--r-- | client/src/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/manifest.json b/client/src/manifest.json index 53cfa40c5..707efb973 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "background_color": "white", | 2 | "background_color": "#fff", |
3 | "theme_color": "black", | 3 | "theme_color": "#fff", |
4 | "description": "A federated video streaming platform using P2P", | 4 | "description": "A federated video streaming platform using P2P", |
5 | "display": "standalone", | 5 | "display": "standalone", |
6 | "orientation": "any", | 6 | "orientation": "any", |