1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

fix updates.json

This commit is contained in:
Raymond Hill 2018-02-24 14:16:54 -05:00
parent a0505b2adf
commit 218d0eeb3b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

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/1.15.11b0/uBlock0.webext.signed.xpi", {
"version": "1.15.11b0", "version": "1.15.11b1",
"applications": { "gecko": { "strict_min_version": "52" } } "applications": { "gecko": { "strict_min_version": "52" } },
} "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.15.11b1",
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b1/uBlock0.webext.signed.xpi"
}
]
} }
} }
} }