45 lines
617 B
JSON
45 lines
617 B
JSON
{
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"amountInjected": {
|
|
"type": "integer"
|
|
},
|
|
|
|
"blockMissing": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"disablePrefetch": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"enforceStaging": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"showIconBadge": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"showReleaseNotes": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"stripMetadata": {
|
|
"type": "boolean"
|
|
},
|
|
|
|
"whitelistedDomains": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
|
|
"xhrTestDomain": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|