1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
uBlock/platform/webext/updates.template.json

12 lines
278 B
JSON
Raw Normal View History

{
"addons": {
"uBlock0@raymondhill.net": {
"updates": {
"update_link": "https://github.com/gorhill/uBlock/releases/download/{version}/uBlock0.webext.signed.xpi",
"version": "{version}",
"applications": { "gecko": { "strict_min_version": "52" } }
}
}
}
}