summaryrefslogtreecommitdiffstats
path: root/dist/mv3/firefox/updates.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'dist/mv3/firefox/updates.template.json')
-rw-r--r--dist/mv3/firefox/updates.template.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/mv3/firefox/updates.template.json b/dist/mv3/firefox/updates.template.json
new file mode 100644
index 0000000..08d161f
--- /dev/null
+++ b/dist/mv3/firefox/updates.template.json
@@ -0,0 +1,13 @@
+{
+ "addons": {
+ "uBOLite@raymondhill.net": {
+ "updates": [
+ {
+ "version": "$ext_version",
+ "browser_specific_settings": { "gecko": { "strict_min_version": "$min_browser_version" } },
+ "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/$tag_version.firefox.signed.mv3.xpi"
+ }
+ ]
+ }
+ }
+}