mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 10:22:51 +01: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
@ -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 New Issue
Block a user