make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2019-04-23 09:58:54 -04:00
parent 732d0e84d8
commit dbe6218926
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 3 deletions

View File

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