Skip to content

Commit

Permalink
Modify manifest.json for other platforms
Browse files Browse the repository at this point in the history
As per 0325dcd
  • Loading branch information
gorhill committed Oct 14, 2023
1 parent 006f4ed commit d25306f
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platform/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
12 changes: 12 additions & 0 deletions platform/opera/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
12 changes: 12 additions & 0 deletions platform/thunderbird/manifest.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit d25306f

Please sign in to comment.