mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
add needed files for self-hosting Firefox dev build of uBO
This commit is contained in:
parent
d674e992e5
commit
0baed3356b
2 changed files with 22 additions and 0 deletions
11
dist/firefox/updates.json
vendored
Normal file
11
dist/firefox/updates.json
vendored
Normal 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" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
platform/webext/updates.template.json
Normal file
11
platform/webext/updates.template.json
Normal 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" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue