{
"type": "command",
"command": "[PowerShell command to execute]",
"path": "[Path if command requires path]",
"params": "[Params if command requires params]"
}
{
"type": "application",
"command": "",
"path": "[Path to executable]",
"params": "[Params for executable]"
}