From 6f2609a65a014ca0a5e21c5ba05bcb1f7b087107 Mon Sep 17 00:00:00 2001 From: bugfixin Date: Tue, 21 May 2019 18:50:38 +0000 Subject: [PATCH] Remove invalid related application stub in manifest --- src/manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index a438ba9ccd..55cd35acc4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,8 +28,5 @@ "src": "touchicon512.png", "type": "image/png" } - ], - "related_applications": [{ - "platform": "web" - }] + ] }