add changes needed for self-hosted signed beta version
parent
08a0cdc218
commit
702fbba914
@ -1 +1 @@
|
|||||||
dist/
|
dist/build/
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"uMatrix@raymondhill.net": {
|
||||||
|
"updates": [
|
||||||
|
{
|
||||||
|
"version": "1.3.3b8",
|
||||||
|
"applications": { "gecko": { "strict_min_version": "56" } },
|
||||||
|
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.3.3b8",
|
||||||
|
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.3.3b8/uBlock0.webext.signed.xpi"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
1.3.3.8
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"uMatrix@raymondhill.net": {
|
||||||
|
"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.webext.signed.xpi"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue