From 1791d316813890aaf21997af9e0047ca2961642a Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 30 Oct 2019 23:37:36 -0400 Subject: [PATCH] Revert "Moved browser specific settings into manifest" This reverts commit 047432af033716cdf981628d3472bd0349afae64. --- firefox_manifest-extra.json | 8 ++++++++ manifest.json | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 firefox_manifest-extra.json diff --git a/firefox_manifest-extra.json b/firefox_manifest-extra.json new file mode 100644 index 00000000..7625cd66 --- /dev/null +++ b/firefox_manifest-extra.json @@ -0,0 +1,8 @@ +{ + "browser_specific_settings": { + "gecko": { + "id": "sponsorBlocker@ajay.app", + "strict_min_version": "57.0" + } + } +} diff --git a/manifest.json b/manifest.json index 494ac8b0..10778193 100644 --- a/manifest.json +++ b/manifest.json @@ -65,11 +65,5 @@ "128": "icons/LogoSponsorBlocker128px.png", "256": "icons/LogoSponsorBlocker256px.png" }, - "browser_specific_settings": { - "gecko": { - "id": "sponsorBlocker@ajay.app", - "strict_min_version": "57.0" - } - }, "manifest_version": 2 }