Major refactor: Multi-user Chrome MCP extension with remote server architecture
This commit is contained in:
@@ -442,5 +442,61 @@
|
||||
"pagesUnit": {
|
||||
"message": "pages",
|
||||
"description": "Pages count unit"
|
||||
},
|
||||
"remoteServerConfigLabel": {
|
||||
"message": "Remote Server Configuration",
|
||||
"description": "Main section header for remote server settings"
|
||||
},
|
||||
"remoteServerStatusLabel": {
|
||||
"message": "Remote Server Status",
|
||||
"description": "Remote server status label"
|
||||
},
|
||||
"remoteMcpServerConfigLabel": {
|
||||
"message": "Remote MCP Server Configuration",
|
||||
"description": "Remote MCP server config label"
|
||||
},
|
||||
"serverEndpointLabel": {
|
||||
"message": "Server Endpoint",
|
||||
"description": "Server endpoint label"
|
||||
},
|
||||
"reconnectAttemptsLabel": {
|
||||
"message": "Reconnect Attempts",
|
||||
"description": "Reconnect attempts label"
|
||||
},
|
||||
"connectionTimeLabel": {
|
||||
"message": "Connected For",
|
||||
"description": "Connection duration label"
|
||||
},
|
||||
"remoteServerConnectedStatus": {
|
||||
"message": "Connected to Remote Server",
|
||||
"description": "Remote server connected status"
|
||||
},
|
||||
"remoteServerConnectingStatus": {
|
||||
"message": "Connecting to Remote Server...",
|
||||
"description": "Remote server connecting status"
|
||||
},
|
||||
"remoteServerDisconnectedStatus": {
|
||||
"message": "Disconnected from Remote Server",
|
||||
"description": "Remote server disconnected status"
|
||||
},
|
||||
"remoteServerErrorStatus": {
|
||||
"message": "Remote Server Error",
|
||||
"description": "Remote server error status"
|
||||
},
|
||||
"copiedButton": {
|
||||
"message": "✅ Copied!",
|
||||
"description": "Config copied button text"
|
||||
},
|
||||
"copyFailedButton": {
|
||||
"message": "❌ Copy Failed",
|
||||
"description": "Config copy failed button text"
|
||||
},
|
||||
"recommendedLabel": {
|
||||
"message": "Recommended",
|
||||
"description": "Recommended configuration badge"
|
||||
},
|
||||
"alternativeLabel": {
|
||||
"message": "Alternative",
|
||||
"description": "Alternative configuration badge"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user