diff options
Diffstat (limited to 'client/src/manifest.webmanifest')
-rw-r--r-- | client/src/manifest.webmanifest | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 851e098a8..6e62856cd 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest | |||
@@ -1,4 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "PeerTube", | ||
3 | "short_name": "PeerTube", | ||
4 | "start_url": "/", | ||
2 | "background_color": "#fff", | 5 | "background_color": "#fff", |
3 | "theme_color": "#fff", | 6 | "theme_color": "#fff", |
4 | "description": "A federated video streaming platform using P2P", | 7 | "description": "A federated video streaming platform using P2P", |
@@ -40,8 +43,5 @@ | |||
40 | "sizes": "512x512", | 43 | "sizes": "512x512", |
41 | "type": "image/png" | 44 | "type": "image/png" |
42 | } | 45 | } |
43 | ], | 46 | ] |
44 | "name": "PeerTube", | ||
45 | "short_name": "PeerTube", | ||
46 | "start_url": "/" | ||
47 | } | 47 | } |