config.json 360 B

1234567891011121314
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "required_plugins": ["chrome"],
  6. "properties": {
  7. "UBLOCK_ENABLED": {
  8. "type": "boolean",
  9. "default": true,
  10. "x-aliases": ["USE_UBLOCK"],
  11. "description": "Enable uBlock Origin browser extension for ad blocking"
  12. }
  13. }
  14. }