Set browser action details to match cast session states

This commit is contained in:
hensm
2022-09-10 19:48:46 +01:00
parent 764a5e0a00
commit e761d4756a
5 changed files with 143 additions and 9 deletions

View File

@@ -8,6 +8,23 @@
"description": "Description of the extension shown in the add-ons manager."
},
"actionTitleDefault": {
"message": "fx_cast: Ready to cast",
"description": "Title for toolbar button in default state."
},
"actionTitleDisabled": {
"message": "fx_cast: Unable to cast",
"description": "Title for toolbar button in disabled state."
},
"actionTitleConnecting": {
"message": "fx_cast: Connecting",
"description": "Title for toolbar button whilst connecting."
},
"actionTitleConnected": {
"message": "fx_cast: Connected",
"description": "Title for toolbar button whilst connected."
},
"popupBridgeErrorBanner": {
"message": "There is a problem with the bridge!",
"description": "Bridge error banner message."