diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json new file mode 100644 index 000000000..756325d05 --- /dev/null +++ b/dist/firefox/updates.json @@ -0,0 +1,11 @@ +{ + "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" } } + } + } + } +} diff --git a/platform/webext/updates.template.json b/platform/webext/updates.template.json new file mode 100644 index 000000000..71ef8ef16 --- /dev/null +++ b/platform/webext/updates.template.json @@ -0,0 +1,11 @@ +{ + "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" } } + } + } + } +}