Raymond Hill
5 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with
7 additions and
7 deletions
-
dist/firefox/updates.json
-
dist/firefox/updates.template.json
|
@ -3,10 +3,10 @@ |
|
|
"uMatrix@raymondhill.net": { |
|
|
"uMatrix@raymondhill.net": { |
|
|
"updates": [ |
|
|
"updates": [ |
|
|
{ |
|
|
{ |
|
|
"version": "1.4.1b1", |
|
|
|
|
|
|
|
|
"version": "1.4.1.2", |
|
|
"browser_specific_settings": { "gecko": { "strict_min_version": "56" } }, |
|
|
"browser_specific_settings": { "gecko": { "strict_min_version": "56" } }, |
|
|
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b1", |
|
|
|
|
|
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b1/uMatrix.firefox.signed.xpi" |
|
|
|
|
|
|
|
|
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b2", |
|
|
|
|
|
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b2/uMatrix_1.4.1b2.firefox.signed.xpi" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|
@ -3,10 +3,10 @@ |
|
|
"uMatrix@raymondhill.net": { |
|
|
"uMatrix@raymondhill.net": { |
|
|
"updates": [ |
|
|
"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" |
|
|
|
|
|
|
|
|
"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" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|