diff --git a/platform/webext/updates.template.json b/platform/webext/updates.template.json index 71ef8ef16..836cc5d90 100644 --- a/platform/webext/updates.template.json +++ b/platform/webext/updates.template.json @@ -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" + } + ] } } }