mirror of https://github.com/gorhill/uBlock.git
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
|
@ -17,6 +17,9 @@
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "uBlock0@raymondhill.net",
|
"id": "uBlock0@raymondhill.net",
|
||||||
|
"strict_min_version": "78.0"
|
||||||
|
},
|
||||||
|
"gecko_android": {
|
||||||
"strict_min_version": "79.0"
|
"strict_min_version": "79.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "uBOLite@raymondhill.net",
|
"id": "uBOLite@raymondhill.net",
|
||||||
"strict_min_version": "114.0"
|
"strict_min_version": "114.0"
|
||||||
|
},
|
||||||
|
"gecko_android": {
|
||||||
|
"strict_min_version": "114.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"declarative_net_request": {
|
"declarative_net_request": {
|
||||||
|
|
Loading…
Reference in New Issue