mirror of https://github.com/gorhill/uBlock.git
22 lines
606 B
JSON
22 lines
606 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-03/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"noFiltering": {
|
|
"title": "List of domains for which no filtering should occur",
|
|
"type": "array",
|
|
"items": { "type": "string" }
|
|
},
|
|
"disableFirstRunPage": {
|
|
"title": "Disable first run page",
|
|
"type": "boolean"
|
|
},
|
|
"rulesets": {
|
|
"title": "Rulesets to add/remove",
|
|
"description": "Prefix a ruleset id with '+' to add, or '-' to remove. Use '-*' to disable all non-default lists.",
|
|
"type": "array",
|
|
"items": { "type": "string" }
|
|
}
|
|
}
|
|
}
|