{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
  "solution": {
    "name": "react-manage-sitedesigns-client-side-solution",
    "id": "50025bb6-5fda-4a16-b45e-5f27b19aac72",
    "version": "1.0.0.0",
    "includeClientSideAssets": true,
    "skipFeatureDeployment": true,
    "isDomainIsolated": false,
    "webApiPermissionRequests": [
      {
        "resource": "Microsoft Graph",
        "scope": "User.Read.All"
      },
      {
        "resource": "Microsoft Graph",
        "scope": "Directory.Read.All"
      },
      {
        "resource": "Microsoft Graph",
        "scope": "Directory.AccessAsUser.All"
      }
    ]
  },
  "paths": {
    "zippedPackage": "solution/react-manage-sitedesigns.sppkg"
  }
}