Files
openclaw/extensions/googlechat/openclaw.plugin.json
T

13 lines
271 B
JSON
Raw Normal View History

2026-01-23 16:45:37 -06:00
{
"id": "googlechat",
2026-01-31 21:13:13 +09:00
"channels": ["googlechat"],
"channelEnvVars": {
"googlechat": ["GOOGLE_CHAT_SERVICE_ACCOUNT", "GOOGLE_CHAT_SERVICE_ACCOUNT_FILE"]
},
2026-01-23 16:45:37 -06:00
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}