2015-10-21 17:53:03 +02:00
|
|
|
{
|
2015-11-27 20:30:17 +01:00
|
|
|
"$schema": "http://json-schema.org/draft-03/schema#",
|
2015-11-04 22:00:27 +01:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"adminSettings": {
|
2021-01-04 13:54:24 +01:00
|
|
|
"title": "A valid JSON string compliant with uBO's backup format",
|
2015-11-04 22:00:27 +01:00
|
|
|
"description": "All entries present will overwrite local settings.",
|
|
|
|
"type": "string"
|
2021-01-04 13:54:24 +01:00
|
|
|
},
|
|
|
|
"extraTrustedSiteDirectives": {
|
|
|
|
"title": "A list of trusted-site directives",
|
|
|
|
"description": "Trusted-site directives to always add at launch time.",
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
2015-10-21 17:53:03 +02:00
|
|
|
}
|
2015-11-04 22:00:27 +01:00
|
|
|
}
|
2015-10-21 17:53:03 +02:00
|
|
|
}
|