58 lines
No EOL
1.3 KiB
JSON
58 lines
No EOL
1.3 KiB
JSON
{
|
|
"type":"object",
|
|
"properties":{
|
|
|
|
"UserAgent":{
|
|
"id": "UserAgent",
|
|
"type": "object",
|
|
"properties": {
|
|
"title": { "type": "string" },
|
|
"ua_string": { "type": "string" },
|
|
"vendor": { "type": "string" },
|
|
"badge": { "type": "string" },
|
|
"append": { "type": "boolean" }
|
|
}
|
|
},
|
|
|
|
|
|
"UserAgents":{
|
|
"type":"array",
|
|
"items":{
|
|
"$ref": "UserAgent"
|
|
}
|
|
},
|
|
|
|
"PermanentSpoofs": {
|
|
"id":"PermanentSpoofs",
|
|
"type":"array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"domain": { "type": "string" },
|
|
"user_agent": { "$ref": "UserAgent" }
|
|
}
|
|
}
|
|
},
|
|
|
|
"OtherSettings": {
|
|
"id":"OtherSettings",
|
|
"type":"object",
|
|
"properties": {
|
|
"hotlist_enabled": { "type" : "boolean" },
|
|
"spoof_override": { "type" : "boolean"},
|
|
"spoof_per_tab": { "type" : "boolean"},
|
|
"send_errors": {"type" : "boolean"}
|
|
}
|
|
},
|
|
|
|
"EditRights": {
|
|
"id":"EditRights",
|
|
"type":"object",
|
|
"properties": {
|
|
"user_agents": { "type" : "boolean" },
|
|
"permanent_spoofs": { "type" : "boolean"},
|
|
"other_settings": { "type" : "boolean"}
|
|
}
|
|
}
|
|
}
|
|
} |