34 lines
825 B
JSON
34 lines
825 B
JSON
{
|
|
"name": "@clawdbot/bluebubbles",
|
|
"version": "2026.1.23",
|
|
"type": "module",
|
|
"description": "Clawdbot BlueBubbles channel plugin",
|
|
"clawdbot": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "bluebubbles",
|
|
"label": "BlueBubbles",
|
|
"selectionLabel": "BlueBubbles (macOS app)",
|
|
"detailLabel": "BlueBubbles",
|
|
"docsPath": "/channels/bluebubbles",
|
|
"docsLabel": "bluebubbles",
|
|
"blurb": "iMessage via the BlueBubbles mac app + REST API.",
|
|
"aliases": [
|
|
"bb"
|
|
],
|
|
"preferOver": [
|
|
"imessage"
|
|
],
|
|
"systemImage": "bubble.left.and.text.bubble.right",
|
|
"order": 75
|
|
},
|
|
"install": {
|
|
"npmSpec": "@clawdbot/bluebubbles",
|
|
"localPath": "extensions/bluebubbles",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|