mirror of https://github.com/gorhill/uBlock.git
fix template as per https://developer.mozilla.org/en-US/Add-ons/Updates
This commit is contained in:
parent
0baed3356b
commit
d2822a8625
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"addons": {
|
||||
"uBlock0@raymondhill.net": {
|
||||
"updates": {
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/{version}/uBlock0.webext.signed.xpi",
|
||||
"version": "{version}",
|
||||
"applications": { "gecko": { "strict_min_version": "52" } }
|
||||
}
|
||||
"updates": [
|
||||
{
|
||||
"version": "{version}",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue