{
"id": "background-monitor:plugin-watch",
"_kind": "BackgroundMonitor",
"_file": "extensions/lifecycle-stubs/canonical-stubs.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Plugin file-watcher",
"manifestPath": "plugins/example-portable-extension/monitor.json",
"command": "node monitor.js",
"triggers": [
"file-change"
],
"lifecycle": "persistent",
"outputs": [
"file"
]
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "plugin:example-portable-extension",
"to": "background-monitor:plugin-watch",
"kind": "contains_monitor",
"attributes": {}
}
]
}