{
  "name": "core-plus",
  "version": "1.0.0",
  "description": "Core + SentinelOne + Bitwarden",
  "steps": [
    { "type": "bundle", "source": "/bundles/core/manifest.json" },
    { "type": "download", "source": "/artifacts/agents/edr-sentinelone/latest/SentinelOneInstaller.exe", "target": "SentinelOneInstaller.exe" },
    { "type": "download", "source": "/artifacts/software/password-manager/latest/BitwardenInstaller.exe", "target": "BitwardenInstaller.exe" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-sentinelone.ps1", "target": "install-sentinelone.ps1" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-password-manager.ps1", "target": "install-password-manager.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-sentinelone.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-password-manager.ps1" }
  ]
}
