1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00
uMatrix/dist/firefox/updates.template.json
2018-08-25 12:05:55 -04:00

15 lines
377 B
JSON

{
"addons": {
"uMatrix@raymondhill.net": {
"updates": [
{
"version": "$version",
"applications": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$version",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/$version/uMatrix.firefox.signed.xpi"
}
]
}
}
}