-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.jsonc
More file actions
17 lines (17 loc) · 793 Bytes
/
config.jsonc
File metadata and controls
17 lines (17 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"userjs": {
// This keeps the existing defaults (found in modules/userjs/index.json)
// enabled As of the time of writing current defaults include disable
// telemetry, studies and mozilla promotions
"extend": ["blockImplicitOutbound.js", "disableCaptivePortal.js", "disablePasswords.js"]
},
// This same .extend can be applied to anywhere you can use .enabled. The
// .enabled property sets what is enabled (without defaults included) and
// .extend extends those defaults. When using the CLI tool .enabled is
// generated but defaults are pre-selected
"css": {
// Add sliding bookmarks menu, leave defaults of ublock icon change,
// privacy email text, etc
"extend": ["sliding-bookmarks-menu.css"]
}
}