mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Make Firefox dev build auto-update
This commit is contained in:
parent
087bef3837
commit
3609ea66ed
1 changed files with 14 additions and 10 deletions
24
dist/firefox/updates.json
vendored
24
dist/firefox/updates.json
vendored
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue