{
  "$schema": "./../jsonSchemas/client-side-component-manifest.schema.json",

  "manifestVersion": 2,
  "componentType": "Extension",
  "id": "00000000-0000-0000-0000-000000000000",
  "alias": "CommandSetExample",
  "version": "0.0.1",
  "loaderConfig": {
    "internalModuleBaseUrls": ["https://cdn.net/"],
    "entryModuleId": "main.bundle",
    "scriptResources": {
      "main.bundle": {
        "type": "path",
        "path": "bundle.script.js"
      }
    }
  },
  "extensionType": "ListViewCommandSet",
  "items": {
    "REQUEST_AUDIT": {
      "title": { "default": "Request audit" },
      "ariaLabel": { "default": "Request an audit.  Press ENTER to select." },
      "iconImageUrl": "icons/request.png",
      "type": "command"
    },
    "CANCEL_AUDIT": {
      "title": { "default": "Cancel audit" },
      "iconImageUrl": "icons/cancel.png",
      "type": "command"
    },
    "CHECK": {
      "title": { "default": "Check for auditing issues" },
      "iconImageUrl": "icons/check.png",
      "type": "command"
    }
  }
}
