{
  "$schema": "https://raw.githubusercontent.com/conda/menuinst/refs/heads/main/menuinst/data/menuinst.schema.json",
  "menu_name": "Package",
  "menu_items": [
    {
      "name": {
        "target_environment_is_base": "A",
        "target_environment_is_not_base": "A_not_in_base"
      },
      "description": "This will echo environment variables for test purposes",
      "icon": null,
      "command": [
        "echo",
        "A"
      ],
      "activate": false,
      "platforms": {
        "win": {},
        "linux": {},
        "osx": {}
      }
    },
    {
      "name": "B",
      "description": "This will echo environment variables for test purposes",
      "icon": null,
      "command": [
        "echo",
        "B"
      ],
      "activate": false,
      "platforms": {
        "win": {},
        "linux": {},
        "osx": {}
      }
    }
  ]
}
