{
  "id": "d6ca1fc2-0591-4c6d-8a25-cae3262c017b",
  "alias": "SpfxExtensionloaderWebPart",
  "componentType": "WebPart",
  "version": "1.7.0",
  "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"
      }
    }
  ],
  "loaderConfig": {
    "internalModuleBaseUrls": [
      "https://localhost:4321/dist/"
    ],
    "entryModuleId": "spfx-extensionloader-web-part",
    "scriptResources": {
      "spfx-extensionloader-web-part": {
        "type": "path",
        "path": "spfx-extensionloader-web-part_a51060048b5a952928f0.js"
      },
      "@microsoft/sp-core-library": {
        "type": "component",
        "id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
        "version": "1.23.2"
      },
      "@microsoft/sp-property-pane": {
        "type": "component",
        "id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
        "version": "1.23.2"
      },
      "@microsoft/sp-webpart-base": {
        "type": "component",
        "id": "974a7777-0990-4136-8fa6-95d80114c2e0",
        "version": "1.23.2"
      },
      "@microsoft/sp-component-base": {
        "type": "component",
        "id": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
        "version": "1.23.2"
      }
    }
  }
}