| { | |
| "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" | |
| ], | |
| "modules": [ | |
| "protocol_monitor.js", | |
| "protocol_monitor-legacy.js", | |
| "ProtocolMonitor.js" | |
| ], | |
| "resources": [ | |
| "protocolMonitor.css" | |
| ] | |
| } |