This commit is contained in:
Raymond Hill 2018-02-24 09:19:43 -05:00
parent 0baed3356b
commit d2822a8625
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,14 @@
{ {
"addons": { "addons": {
"uBlock0@raymondhill.net": { "uBlock0@raymondhill.net": {
"updates": { "updates": [
"update_link": "https://github.com/gorhill/uBlock/releases/download/{version}/uBlock0.webext.signed.xpi", {
"version": "{version}", "version": "{version}",
"applications": { "gecko": { "strict_min_version": "52" } } "applications": { "gecko": { "strict_min_version": "52" } },
} "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/{version}",
"update_link": "https://github.com/gorhill/uBlock/releases/download/{version}/uBlock0.webext.signed.xpi"
}
]
} }
} }
} }