13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"ua": {
|
|
"title": "Custom User-Agent String",
|
|
"type": "string"
|
|
},
|
|
"json": {
|
|
"title": "JSON String of all Preferences",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|