File size: 277 Bytes
25b930c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"name": "@pinchtab/pinchtab",
"version": "0.1.0",
"description": "OpenClaw plugin for Pinchtab browser control",
"type": "module",
"openclaw": {
"extensions": ["./index.ts"]
},
"files": [
"index.ts",
"openclaw.plugin.json"
],
"license": "MIT"
}
|