mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
15 lines
403 B
JSON
15 lines
403 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required_plugins": ["chrome"],
|
|
"properties": {
|
|
"ISTILLDONTCAREABOUTCOOKIES_ENABLED": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"x-aliases": ["USE_ISTILLDONTCAREABOUTCOOKIES"],
|
|
"description": "Enable I Still Don't Care About Cookies browser extension"
|
|
}
|
|
}
|
|
}
|