1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 16:49:39 +02:00

add needed files for self-hosting Firefox dev build of uBO

This commit is contained in:
Raymond Hill 2018-02-23 10:00:29 -05:00
parent d674e992e5
commit 0baed3356b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 22 additions and 0 deletions

11
dist/firefox/updates.json vendored Normal file
View File

@ -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" } }
}
}
}
}

View File

@ -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" } }
}
}
}
}