diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-19 10:47:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-19 10:47:04 +0100 |
commit | 03aa518e54e3e1a5223f84bb305df640b633fc2f (patch) | |
tree | a9894525a08783b0ea53b2ff42998d8326396a3f /client/src/manifest.webmanifest | |
parent | 2656729e25ba438d3f80f5178a430b2c54339bb3 (diff) | |
download | PeerTube-03aa518e54e3e1a5223f84bb305df640b633fc2f.tar.gz PeerTube-03aa518e54e3e1a5223f84bb305df640b633fc2f.tar.zst PeerTube-03aa518e54e3e1a5223f84bb305df640b633fc2f.zip |
Fix manifest
Diffstat (limited to 'client/src/manifest.webmanifest')
-rw-r--r-- | client/src/manifest.webmanifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 6e62856cd..b2a458aec 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest | |||
@@ -2,6 +2,7 @@ | |||
2 | "name": "PeerTube", | 2 | "name": "PeerTube", |
3 | "short_name": "PeerTube", | 3 | "short_name": "PeerTube", |
4 | "start_url": "/", | 4 | "start_url": "/", |
5 | "scope": "/", | ||
5 | "background_color": "#fff", | 6 | "background_color": "#fff", |
6 | "theme_color": "#fff", | 7 | "theme_color": "#fff", |
7 | "description": "A federated video streaming platform using P2P", | 8 | "description": "A federated video streaming platform using P2P", |