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

15 lines
415 B
JSON
Raw Normal View History

{
"addons": {
"uMatrix@raymondhill.net": {
"updates": [
{
2019-12-26 03:18:45 +13:00
"version": "$ext_version",
"browser_specific_settings": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$tag_version",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/$tag_version/uMatrix_$tag_version.firefox.signed.xpi"
}
]
}
}
}