mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix updates.json
This commit is contained in:
parent
a0505b2adf
commit
218d0eeb3b
1 changed files with 8 additions and 5 deletions
13
dist/firefox/updates.json
vendored
13
dist/firefox/updates.json
vendored
|
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"addons": {
|
||||
"uBlock0@raymondhill.net": {
|
||||
"updates": {
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b0/uBlock0.webext.signed.xpi",
|
||||
"version": "1.15.11b0",
|
||||
"applications": { "gecko": { "strict_min_version": "52" } }
|
||||
}
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.15.11b1",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue