mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add browser_specific_settings.gecko_android to Firefox manifests
Reference: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
This commit is contained in:
parent
f15dff27fe
commit
fb42411efb
2 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "uBlock0@raymondhill.net",
|
||||
"strict_min_version": "78.0"
|
||||
},
|
||||
"gecko_android": {
|
||||
"strict_min_version": "79.0"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
"gecko": {
|
||||
"id": "uBOLite@raymondhill.net",
|
||||
"strict_min_version": "114.0"
|
||||
},
|
||||
"gecko_android": {
|
||||
"strict_min_version": "114.0"
|
||||
}
|
||||
},
|
||||
"declarative_net_request": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue