mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Set browser action details to match cast session states
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user