From 1d22d2514f7be14d51ed2ab78e13df5da2646546 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jan 2021 11:16:37 +0100 Subject: Fix service worker --- client/src/manifest.webmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/manifest.webmanifest') 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 @@ { + "name": "PeerTube", + "short_name": "PeerTube", + "start_url": "/", "background_color": "#fff", "theme_color": "#fff", "description": "A federated video streaming platform using P2P", @@ -40,8 +43,5 @@ "sizes": "512x512", "type": "image/png" } - ], - "name": "PeerTube", - "short_name": "PeerTube", - "start_url": "/" + ] } -- cgit v1.2.3