mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 01:46:54 +10:00
15 lines
360 B
JSON
15 lines
360 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required_plugins": ["chrome"],
|
|
"properties": {
|
|
"UBLOCK_ENABLED": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"x-aliases": ["USE_UBLOCK"],
|
|
"description": "Enable uBlock Origin browser extension for ad blocking"
|
|
}
|
|
}
|
|
}
|