From 3609ea66ed303ef0b363b58cd1bfa167489e49df Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 12 Sep 2025 09:24:50 -0400 Subject: [PATCH] Make Firefox dev build auto-update --- dist/firefox/updates.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index ee47168c8..76a64050a 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -1,13 +1,17 @@ { - "addons": { - "uBlock0@raymondhill.net": { - "updates": [ - { - "version": "1.65.1.101", - "browser_specific_settings": { "gecko": { "strict_min_version": "92.0" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.65.1rc1/uBlock0_1.65.1rc1.firefox.signed.xpi" + "addons": { + "uBlock0@raymondhill.net": { + "updates": [ + { + "version": "1.66.1.0", + "browser_specific_settings": { + "gecko": { + "strict_min_version": "92.0" + } + }, + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.66.3b0/uBlock0_1.66.3b0.firefox.signed.xpi" + } + ] } - ] } - } -} +} \ No newline at end of file