mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 02:42:33 +01:00
4f3aed6fe6
The script failed to upload the signed package (error 502 from GitHub), hence updates.json was not auto-updated as a consequence.
15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"addons": {
|
|
"uBlock0@raymondhill.net": {
|
|
"updates": [
|
|
{
|
|
"version": "$ext_version",
|
|
"applications": { "gecko": { "strict_min_version": "55" } },
|
|
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/$tag_version",
|
|
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|