talkdesk-useragent-switcher/extension/schema.json

14 lines
223 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"ua": {
"title": "Custom User-Agent String",
"type": "string"
2020-09-06 04:26:09 -07:00
},
"json": {
"title": "JSON String of all Preferences",
"type": "string"
}
}
}