talkdesk-useragent-switcher/extension/schema.json
2020-09-06 13:26:09 +02:00

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