{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
  "id": "d6ca1fc2-0591-4c6d-8a25-cae3262c017b",
  "alias": "SpfxExtensionloaderWebPart",
  "componentType": "WebPart",
  "version": "*",
  "manifestVersion": 2,
  "requiresCustomScript": false,
  "supportedHosts": [
    "SharePointWebPart",
    "TeamsPersonalApp",
    "TeamsTab",
    "SharePointFullPage"
  ],
  "supportsThemeVariants": true,
  "supportsFullBleed": true,
  "preconfiguredEntries": [
    {
      "groupId": "5c03119e-3074-46fd-976b-c60198311f70",
      "group": {
        "default": "Advanced"
      },
      "title": {
        "default": "SPFx Extension Loader"
      },
      "description": {
        "default": "Allows you to add a custom developed app"
      },
      "officeFabricIconFontName": "Page",
      "properties": {
        "description": "Select an app to load from the dropdown below"
      }
    }
  ]
}