Including addons
{
// Your options here
"addons": {
"ublock": {
"id": "[email protected]",
"url": "https://github.com/gorhill/uBlock/releases/download/1.39.0/uBlock0_1.39.0.firefox.xpi"
}
}
}{
// ...
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "60.0"
}
}
// ...
}Specifying location in customizable ui
Last updated