talkdesk-useragent-switcher/extension/firefox/schema.json
2020-12-28 14:17:45 +01: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"
}
}
}