From 047432af033716cdf981628d3472bd0349afae64 Mon Sep 17 00:00:00 2001 From: Owen D'Aprile <17219838+owendaprile@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:48:40 -0400 Subject: [PATCH] Moved browser specific settings into manifest --- firefox_manifest-extra.json | 8 -------- manifest.json | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 firefox_manifest-extra.json diff --git a/firefox_manifest-extra.json b/firefox_manifest-extra.json deleted file mode 100644 index 7625cd66..00000000 --- a/firefox_manifest-extra.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "browser_specific_settings": { - "gecko": { - "id": "sponsorBlocker@ajay.app", - "strict_min_version": "57.0" - } - } -} diff --git a/manifest.json b/manifest.json index 10778193..494ac8b0 100644 --- a/manifest.json +++ b/manifest.json @@ -65,5 +65,11 @@ "128": "icons/LogoSponsorBlocker128px.png", "256": "icons/LogoSponsorBlocker256px.png" }, + "browser_specific_settings": { + "gecko": { + "id": "sponsorBlocker@ajay.app", + "strict_min_version": "57.0" + } + }, "manifest_version": 2 }