From d25306f300f1fe36e6eda7c16f3664ffccc368ea Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 14 Oct 2023 13:55:46 -0400 Subject: [PATCH] Modify `manifest.json` for other platforms As per 0325dcdcb4a5 --- platform/firefox/manifest.json | 12 ++++++++++++ platform/opera/manifest.json | 12 ++++++++++++ platform/thunderbird/manifest.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index ad5d19487..ccafed27e 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -76,6 +76,18 @@ ], "run_at": "document_idle", "all_frames": false + }, + { + "matches": [ + "https://github.com/uBlockOrigin/*", + "https://ublockorigin.github.io/*", + "https://*.reddit.com/r/uBlockOrigin/*" + ], + "js": [ + "/js/scriptlets/updater.js" + ], + "run_at": "document_idle", + "all_frames": false } ], "default_locale": "en", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index d5b02fb3e..abc0bda2e 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -62,6 +62,18 @@ ], "run_at": "document_idle", "all_frames": false + }, + { + "matches": [ + "https://github.com/uBlockOrigin/*", + "https://ublockorigin.github.io/*", + "https://*.reddit.com/r/uBlockOrigin/*" + ], + "js": [ + "/js/scriptlets/updater.js" + ], + "run_at": "document_idle", + "all_frames": false } ], "default_locale": "en", diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 1e1908c24..cb7cccaab 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -49,6 +49,18 @@ ], "run_at": "document_idle", "all_frames": false + }, + { + "matches": [ + "https://github.com/uBlockOrigin/*", + "https://ublockorigin.github.io/*", + "https://*.reddit.com/r/uBlockOrigin/*" + ], + "js": [ + "/js/scriptlets/updater.js" + ], + "run_at": "document_idle", + "all_frames": false } ], "default_locale": "en",