{
  "hooks": {
    "SessionStart": [
      {
        "matcher": "startup|resume",
        "hooks": [
          {
            "type": "command",
            "command": "node -e \"process.stdout.write('existing unmanaged hook')\"",
            "timeout": 5,
            "statusMessage": "Existing unmanaged hook"
          }
        ]
      }
    ]
  }
}
