1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02: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:
Raymond Hill 2023-10-11 12:32:38 -04:00
parent f15dff27fe
commit fb42411efb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@
"browser_specific_settings": {
"gecko": {
"id": "uBlock0@raymondhill.net",
"strict_min_version": "78.0"
},
"gecko_android": {
"strict_min_version": "79.0"
}
},

View File

@ -17,6 +17,9 @@
"gecko": {
"id": "uBOLite@raymondhill.net",
"strict_min_version": "114.0"
},
"gecko_android": {
"strict_min_version": "114.0"
}
},
"declarative_net_request": {