From fa964ea857447e3daaea2751510b8e8aff6aa407 Mon Sep 17 00:00:00 2001 From: Robert Hunt Date: Fri, 5 Jun 2020 14:21:47 +0000 Subject: [PATCH] Revert "Merge branch 'vs-firefox-support' into 'master'" This reverts merge request !5 --- manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 7de32cd..50996a5 100644 --- a/manifest.json +++ b/manifest.json @@ -18,11 +18,5 @@ "css": ["src/inject/inject.css"], "run_at": "document_idle" } - ], - "browser_specific_settings": { - "gecko": { - "id": "conventionalcomments@gitlab.com", - "strict_min_version": "48.0" - } - } + ] }