2023-06-13 09:40:41 -06:00
|
|
|
{
|
|
|
|
"$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" }
|
2023-07-29 07:33:24 -06:00
|
|
|
},
|
|
|
|
"disableFirstRunPage": {
|
|
|
|
"title": "Disable first run page",
|
|
|
|
"type": "boolean"
|
2024-11-11 11:20:54 -07:00
|
|
|
},
|
|
|
|
"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" }
|
2023-06-13 09:40:41 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|