1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
uBlock/dist/firefox/updates.template.json

15 lines
374 B
JSON
Raw Normal View History

{
"addons": {
"uBlock0@raymondhill.net": {
"updates": [
{
2018-02-26 21:32:29 +01:00
"version": "$version",
"applications": { "gecko": { "strict_min_version": "52" } },
2018-02-26 21:32:29 +01:00
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/$version",
"update_link": "https://github.com/gorhill/uBlock/releases/download/$version/uBlock0.webext.signed.xpi"
}
]
}
}
}