{
  "Bundle": [
    {
      "Name": "default",
      "DisplayName": "Default",
      "Package": [
        "Role/ps-prompt",
        "Role/ps-user"
      ]
    },
    {
      "Name": "full",
      "DisplayName": "Install all packages at once",
      "Package": [
        "Role/*"
      ]
    }
  ],
  "Package": {
    "Core": [
      {
        "Name": "profile.ps1",
        "DisplayName": "PowerProfile Core",
        "Description": "Core files for PowerProfile",
        "Repository": "https://github.com/PowerProfile/profile.ps1",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/profile.ps1/main/powerprofile.pp.pkg.json"
      },
      {
        "Name": "Common",
        "DisplayName": "PowerProfile Common Files",
        "Description": "Files that are shared between all role packages.",
        "Repository": "https://github.com/PowerProfile/psprofile-common",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-common/main/powerprofile.pp.pkg.json"
      }
    ],
    "Role": [
      {
        "Name": "m365-admin",
        "DisplayName": "Microsoft 365 Administrator",
        "Description": "Working terminal environment for administrative tasks in Microsoft 365.",
        "Repository": "https://github.com/PowerProfile/psprofile-role-microsoft-365-admin",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-role-microsoft-365-admin/main/powerprofile.pp.pkg.json"
      },
      {
        "Name": "ps-admin",
        "DisplayName": "PowerShell Administrator",
        "Description": "Working terminal environment for administrators that perform command line task.",
        "Repository": "https://github.com/PowerProfile/psprofile-role-powershell-admin",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-role-powershell-admin/main/powerprofile.pp.pkg.json"
      },
      {
        "Name": "ps-dev",
        "DisplayName": "PowerShell Developer",
        "Description": "Working terminal environment for PowerShell developers.",
        "Repository": "https://github.com/PowerProfile/psprofile-role-powershell-developer",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-role-powershell-developer/main/powerprofile.pp.pkg.json"
      },
      {
        "Name": "ps-prompt",
        "DisplayName": "PowerShell Prompt",
        "Description": "Pre-configured prompt and terminal applications.",
        "Repository": "https://github.com/PowerProfile/psprofile-role-powershell-prompt",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-role-powershell-prompt/main/powerprofile.pp.pkg.json"
      },
      {
        "Name": "ps-user",
        "DisplayName": "PowerShell User",
        "Description": "Working terminal environment for regular users that casually use the command line.",
        "Repository": "https://github.com/PowerProfile/psprofile-role-powershell-prompt",
        "PackageDefinition": "https://raw.githubusercontent.com/PowerProfile/psprofile-role-powershell-prompt/main/powerprofile.pp.pkg.json"
      }
    ]
  }
}
