Add site-specific custom user agent option and new whitelist option UI

This commit is contained in:
hensm
2022-08-08 17:29:14 +01:00
parent 0c8106ffef
commit 23a8c0b62f
7 changed files with 194 additions and 41 deletions

View File

@@ -329,10 +329,6 @@
"message": "Add Item",
"description": "Add new whitelist item button title."
},
"optionsSiteWhitelistUserAgent": {
"message": "Disable UA",
"description": "Whitelist item user agent checkbox title."
},
"optionsSiteWhitelistEditItem": {
"message": "Edit",
"description": "Edit whitelist item button title. Displayed on each item."
@@ -350,13 +346,29 @@
"description": "Default <option> for knownApps <select>."
},
"optionsSiteWhitelistCustomUserAgent": {
"message": "Custom user agent:",
"message": "User agent:",
"description": "Custom user agent option label."
},
"optionsSiteWhitelistCustomUserAgentDescription": {
"message": "If specified, a custom user agent string to use for whitelisted sites.",
"description": "Custom user agent option description."
},
"optionsSiteWhitelistUserAgentDisabled": {
"message": "Disable user agent",
"description": "Whitelist item user agent disabled checkbox label."
},
"optionsSiteWhitelistUserAgentDisabledDescription": {
"message": "Entirely disable user agent replacement for sites matching this pattern.",
"description": "Whitelist item user agent disabled checkbox description."
},
"optionsSiteWhitelistSiteSpecificUserAgent": {
"message": "User agent:",
"description": "Whitelist item user agent option label."
},
"optionsSiteWhitelistSiteSpecificUserAgentDescription": {
"message": "If specified, a custom user agent string to use specifically for this sites matching this pattern.",
"description": "Whitelist item user agent option label."
},
"optionsMirroringCategoryName": {
"message": "Screen/tab casting",