refactor: derive channel metadata from plugin manifests

This commit is contained in:
Peter Steinberger
2026-03-28 17:16:45 +00:00
parent c14b169a1b
commit 02d4c1f2c3
19 changed files with 212 additions and 138 deletions

View File

@@ -30,12 +30,14 @@
"detailLabel": "Google Chat",
"docsPath": "/channels/googlechat",
"docsLabel": "googlechat",
"blurb": "Google Workspace Chat app via HTTP webhooks.",
"blurb": "Google Workspace Chat app with HTTP webhook.",
"aliases": [
"gchat",
"google-chat"
],
"order": 55
"order": 55,
"systemImage": "message.badge",
"markdownCapable": true
},
"install": {
"npmSpec": "@openclaw/googlechat",