From f1c7b84fec1d3ea28e29f1c7e65f35939a7d656e Mon Sep 17 00:00:00 2001 From: eitanfrailich Date: Tue, 30 May 2017 11:06:56 +0300 Subject: [PATCH] fix manifest --- src/manifest.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 9e816f9..e9a5680 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "short_name": "Rocket.Chat", - "start_url": ".", + "start_url": "./", "display": "fullscreen", "background_color": "#04436a", "theme_color": "#04436a", @@ -18,10 +18,5 @@ "sizes": "384x384", "type": "image/png" } - ], - "related_applications": [ - { - "platform": "web" - } ] }