{
  "name": "@openclaw/googlechat",
  "version": "2026.4.25",
  "private": true,
  "description": "OpenClaw Google Chat channel plugin",
  "type": "module",
  "dependencies": {
    "gaxios": "7.1.4",
    "google-auth-library": "10.6.2",
    "zod": "^4.3.6"
  },
  "openclaw": {
    "bundle": {
      "stageRuntimeDependencies": true
    },
    "extensions": [
      "./index.js"
    ],
    "setupEntry": "./setup-entry.js",
    "channel": {
      "id": "googlechat",
      "label": "Google Chat",
      "selectionLabel": "Google Chat (Chat API)",
      "detailLabel": "Google Chat",
      "docsPath": "/channels/googlechat",
      "docsLabel": "googlechat",
      "blurb": "Google Workspace Chat app with HTTP webhook.",
      "aliases": [
        "gchat",
        "google-chat"
      ],
      "order": 55,
      "systemImage": "message.badge",
      "markdownCapable": true,
      "doctorCapabilities": {
        "dmAllowFromMode": "nestedOnly",
        "groupModel": "route",
        "groupAllowFromFallbackToAllowFrom": false,
        "warnOnEmptyGroupSenderAllowlist": false
      },
      "cliAddOptions": [
        {
          "flags": "--webhook-path <path>",
          "description": "Google Chat webhook path"
        },
        {
          "flags": "--webhook-url <url>",
          "description": "Google Chat webhook URL"
        },
        {
          "flags": "--audience-type <type>",
          "description": "Google Chat audience type (app-url|project-number)"
        },
        {
          "flags": "--audience <value>",
          "description": "Google Chat audience value (app URL or project number)"
        }
      ]
    },
    "install": {
      "npmSpec": "@openclaw/googlechat",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.4.10"
    }
  }
}
