{ "$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" } } }