aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/manifest.webmanifest
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-18 11:16:37 +0100
committerChocobozzz <me@florianbigard.com>2021-01-18 11:16:37 +0100
commit1d22d2514f7be14d51ed2ab78e13df5da2646546 (patch)
tree87ee5fde348f9b648efeff82461867ee2d1c0fb2 /client/src/manifest.webmanifest
parent83befebe52139f7533669b2e9b99ca1f807eb7ce (diff)
downloadPeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.tar.gz
PeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.tar.zst
PeerTube-1d22d2514f7be14d51ed2ab78e13df5da2646546.zip
Fix service worker
Diffstat (limited to 'client/src/manifest.webmanifest')
-rw-r--r--client/src/manifest.webmanifest8
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}