Files
openclaw/extensions/googlechat/openclaw.plugin.json
Peter Steinberger 75dbe52e3e refactor: one code path behind doctor legacy-state migrations (#120716)
* refactor(doctor): prefer manifest route-state owners

* refactor(doctor): unify config repair declarations

* refactor(doctor): unify legacy state migrations

* fix(doctor): satisfy migration pipeline guards

* fix(plugin-sdk): keep doctor adapter inside boundary
2026-08-08 18:23:15 -07:00

19 lines
421 B
JSON

{
"id": "googlechat",
"doctorContract": {
"configRepair": true
},
"name": "Google Chat",
"description": "OpenClaw Google Chat channel plugin for spaces and direct messages.",
"icon": "https://cdn.simpleicons.org/googlechat",
"activation": {
"onStartup": false
},
"channels": ["googlechat"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}