diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 4a620d0f8..d5cc7a54a 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -47,6 +47,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index cea6c61bf..000f0ccfb 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -57,6 +57,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 58619f2ab..f48762fca 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -47,6 +47,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 8c12c7662..1c4bbfa6d 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -38,6 +38,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ], diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 17a55f782..15b694179 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -51,6 +51,7 @@ "matches": [ "https://easylist.to/*", "https://filterlists.com/*", + "https://forums.lanik.us/*", "https://github.com/*", "https://*.github.io/*" ],