| 1 | { |
| 2 | "apiVersion": "reasonix.io/plugin/v1", |
| 3 | "name": "starter-extension", |
| 4 | "version": "0.1.0", |
| 5 | "description": "Minimal Reasonix Extension Protocol v1 sidecar", |
| 6 | "contributes": {}, |
| 7 | "runtime": { |
| 8 | "command": "${REASONIX_PLUGIN_ROOT}/bin/starter-extension.exe", |
| 9 | "args": [], |
| 10 | "env": {}, |
| 11 | "required": false, |
| 12 | "priority": 0, |
| 13 | "intercepts": ["input.receive"], |
| 14 | "replaces": [], |
| 15 | "capabilities": ["interceptors"] |
| 16 | } |
| 17 | } |
| 18 |