{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
  "id": "1c927782-1a6d-440c-bb97-5557d5698b1c",
  "alias": "PeoplePickerWebPart",
  "componentType": "WebPart",
  "version": "*",
  "manifestVersion": 2,
  "requiresCustomScript": false,
  "supportedHosts": ["SharePointWebPart", "SharePointFullPage"],
  "supportsThemeVariants": true,
  "preconfiguredEntries": [
    {
      "groupId": "5c03119e-3074-46fd-976b-c60198311f70",
      "group": { "default": "Advanced" },
      "title": {
        "default": "MUI People Picker"
      },
      "description": {
        "default": "People Picker component with Material UI"
      },
      "officeFabricIconFontName": "People",
      "properties": {
        "label": "People",
        "size": "medium",
        "disabled": false,
        "variant": "outlined",
        "tagVariant": "filled",
        "color": "primary",
        "tagColor": "default",
        "searchSuggestionsLimit": 10
      }
    }
  ]
}
