Add ublock origin to the addons list

Co-authored-by: PressJump <TUOBCAN@users.noreply.github.com>
This commit is contained in:
trickypr 2021-11-27 19:45:29 +11:00
parent 57445a6cf4
commit 00deb30248
5 changed files with 14 additions and 3 deletions

4
.vscode/.vsls.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"$schema": "http://json.schemastore.org/vsls",
"gitignore": "none"
}

2
melon

@ -1 +1 @@
Subproject commit 014fcf213351c652a0a995dc318dfddec64fde43
Subproject commit 628d73893eeec4d4a5df7837293004b21ad421e1

View File

@ -8,7 +8,12 @@
"displayVersion": "1.0.0"
},
"buildOptions": {
"artifactBuilds": false,
"generateBranding": false
},
"addons": {
"ublock": {
"id": "uBlock0@raymondhill.net",
"url": "https://github.com/gorhill/uBlock/releases/download/1.39.0/uBlock0_1.39.0.firefox.xpi"
}
}
}

View File

@ -16,6 +16,7 @@
"start": "melon run",
"export": "melon export-file",
"imp": "melon import",
"clearProfile": "rm -rf engine/obj-x86_64-pc-linux-gnu/tmp/profile-default"
"clearProfile": "rm -rf engine/obj-x86_64-pc-linux-gnu/tmp/profile-default",
"download": "melon download"
}
}

View File

@ -1 +1,2 @@
# Melon build tool
test