mirror of https://github.com/gorhill/uBlock.git
add needed files for self-hosting Firefox dev build of uBO
This commit is contained in:
parent
d674e992e5
commit
0baed3356b
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"uBlock0@raymondhill.net": {
|
||||||
|
"updates": {
|
||||||
|
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b0/uBlock0.webext.signed.xpi",
|
||||||
|
"version": "1.15.11b0",
|
||||||
|
"applications": { "gecko": { "strict_min_version": "52" } }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"uBlock0@raymondhill.net": {
|
||||||
|
"updates": {
|
||||||
|
"update_link": "https://github.com/gorhill/uBlock/releases/download/{version}/uBlock0.webext.signed.xpi",
|
||||||
|
"version": "{version}",
|
||||||
|
"applications": { "gecko": { "strict_min_version": "52" } }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue