talkdesk-useragent-switcher/extension/schema.json

9 lines
130 B
JSON

{
"type": "object",
"properties": {
"ua": {
"title": "Custom User-Agent String",
"type": "string"
}
}
}