| { | |
| "extensions": [ | |
| { | |
| "type": "view", | |
| "location": "drawer-view", | |
| "id": "protocol-monitor", | |
| "title": "Protocol monitor", | |
| "order": 100, | |
| "persistence": "closeable", | |
| "className": "ProtocolMonitor.ProtocolMonitor", | |
| "experiment": "protocolMonitor" | |
| } | |
| ], | |
| "dependencies": ["platform", "ui", "host", "components", "data_grid", "source_frame"], | |
| "scripts": [], | |
| "modules": [ | |
| "protocol_monitor.js", | |
| "ProtocolMonitor.js" | |
| ], | |
| "resources": [ | |
| "protocolMonitor.css" | |
| ] | |
| } |