diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index d5cc7a54a..68185688e 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -46,6 +46,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 000f0ccfb..f6ea24a7c 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -56,6 +56,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index f48762fca..334fca2f9 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -46,6 +46,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 1c4bbfa6d..a0762a129 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -37,6 +37,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*", diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 15b694179..38166b9fb 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -50,6 +50,7 @@ { "matches": [ "https://easylist.to/*", + "https://*.fanboy.co.nz/*", "https://filterlists.com/*", "https://forums.lanik.us/*", "https://github.com/*",