Files
openclaw/extensions/bonjour/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

15 lines
313 B
JSON

{
"id": "bonjour",
"activation": {
"onStartup": true
},
"enabledByDefault": true,
"name": "Bonjour Gateway Discovery",
"description": "Advertise the local OpenClaw gateway over Bonjour/mDNS.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}