1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-05 21:03:17 +12:00

make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2019-05-24 13:18:45 -04:00
parent f332cd9f68
commit d5fe3edb15
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -3,10 +3,10 @@
"uMatrix@raymondhill.net": {
"updates": [
{
"version": "1.3.17rc2",
"version": "1.3.17rc3",
"applications": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.17rc2",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.17rc2/uMatrix.firefox.signed.xpi"
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.17rc3",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.17rc3/uMatrix.firefox.signed.xpi"
}
]
}