2022-11-14 03:01:49 -08:00
|
|
|
{
|
|
|
|
"manifest_version": 3,
|
2024-01-14 13:52:26 -08:00
|
|
|
"name": "Talkdesk User Agent Switcher",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Sets the User Agent header to one from Google Chrome when accessing Talkdesk sites, as they block any other User Agent.",
|
2022-11-14 03:01:49 -08:00
|
|
|
"permissions": [
|
2024-01-14 13:52:26 -08:00
|
|
|
"declarativeNetRequest"
|
2022-11-14 03:01:49 -08:00
|
|
|
],
|
|
|
|
"host_permissions": [
|
2024-01-14 13:52:26 -08:00
|
|
|
"*://*.talkdesk.com/*",
|
|
|
|
"*://*.talkdeskid.com/*",
|
|
|
|
"*://*.mytalkdesk.com/*",
|
|
|
|
"*://*.talkdeskapp.com/*"
|
2022-11-14 03:01:49 -08:00
|
|
|
],
|
|
|
|
"icons": {
|
2024-01-14 13:52:26 -08:00
|
|
|
"16": "icons/16.png",
|
|
|
|
"32": "icons/32.png",
|
|
|
|
"48": "icons/48.png",
|
|
|
|
"64": "icons/64.png",
|
|
|
|
"128": "icons/128.png",
|
|
|
|
"256": "icons/256.png"
|
2022-11-14 03:01:49 -08:00
|
|
|
},
|
2024-01-14 13:52:26 -08:00
|
|
|
"declarative_net_request": {
|
|
|
|
"rule_resources": [
|
|
|
|
{
|
|
|
|
"id": "talkdesk_useragent",
|
|
|
|
"enabled": true,
|
|
|
|
"path": "talkdesk_useragent_rule.json"
|
|
|
|
}
|
|
|
|
]
|
2022-11-14 03:01:49 -08:00
|
|
|
},
|
2024-01-14 13:52:26 -08:00
|
|
|
"homepage_url": "https://github.com/buckbanzai/UserAgent-Switcher"
|
2022-11-14 03:01:49 -08:00
|
|
|
}
|