Make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2025-09-12 09:24:50 -04:00
parent 087bef3837
commit 3609ea66ed
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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"
}
]
}
]
}
}
}
}