{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
  "solution": {
    "name": "SPFx Extensions",
    "id": "7d56fff0-e90e-40a7-98cf-fcdbc63a9b01",
    "version": "1.7.0.0",
    "includeClientSideAssets": true,
    "skipFeatureDeployment": true,
    "isDomainIsolated": false,
    "developer": {
      "name": "SPWizard01",
      "websiteUrl": "https://github.com/SPWizard01/spfx-extensions",
      "privacyUrl": "https://github.com/SPWizard01/spfx-extensions/blob/main/README.md",
      "termsOfUseUrl": "https://github.com/SPWizard01/spfx-extensions/blob/main/LICENSE",
      "mpnId": "Undefined-1.22.2"
    },
    "metadata": {
      "shortDescription": {
        "default": "SPFxExtensions App allows you to develop framework agnostic apps."
      },
      "longDescription": {
        "default": "SPFxExtensions App is a SharePoint Framework (SPFx) extension that allows developers to create framework-agnostic applications. This solution provides a streamlined way to deploy extensions and client-side components, enhancing the functionality and user experience of SharePoint sites. With this extension, developers can easily integrate their custom solutions into SharePoint, leveraging the power of SPFx to build robust and scalable applications."
      },
      "screenshotPaths": [],
      "videoUrl": "",
      "categories": [
        "Content management",
        "Productivity",
        "Site Design"
      ]
    },
    "features": [
      {
        "title": "Application Extension - Deployment of custom action",
        "description": "Deploys a custom action with ClientSideComponentId association",
        "id": "83e13c11-682e-4eaa-9ae0-74617ca28f96",
        "version": "1.7.0.0",
        "assets": {
          "elementManifests": [
            "elements.xml",
            "ClientSideInstance.xml"
          ]
        }
      }
    ]
  },
  "paths": {
    "zippedPackage": "../dist/deploy/sp-fx-extensions.sppkg",
    "debugDir": "../dist/debug"
  }
}