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

make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2018-09-29 07:59:04 -04:00
parent 136c434b4d
commit 7c63d2b03d
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.15b5",
"version": "1.3.15b6",
"applications": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.15b5",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.15b5/uMatrix.firefox.signed.xpi"
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.15b6",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.15b6/uMatrix.firefox.signed.xpi"
}
]
}