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" - } ] }