From 0baed3356b68b95ad8b08c217ef06e3d3f608fb6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 23 Feb 2018 10:00:29 -0500 Subject: [PATCH] add needed files for self-hosting Firefox dev build of uBO --- dist/firefox/updates.json | 11 +++++++++++ platform/webext/updates.template.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dist/firefox/updates.json create mode 100644 platform/webext/updates.template.json 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" } } + } + } + } +}