sp-dev-fx-webparts/samples/react-teams-lead-dashboard/config/package-solution.json

47 lines
1.2 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "lead-assist-client-side-solution",
"id": "c311a0fc-3dcb-4316-a798-fd7d8a6d5344",
"version": "1.0.20.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Tasks.ReadWrite"
},
{
"resource": "Microsoft Graph",
"scope": "Calendars.ReadWrite"
},
{
"resource": "Microsoft Graph",
"scope": "Files.ReadWrite.All"
}
],
"developer": {
"name": "PnP",
"websiteUrl": "https://pnp.github.io/",
"privacyUrl": "https://pnp.github.io/",
"termsOfUseUrl": "https://pnp.github.io/",
"mpnId": ""
},
"metadata": {
"shortDescription": {
"default": "lead-assist description"
},
"longDescription": {
"default": "lead-assist description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
}
},
"paths": {
"zippedPackage": "solution/lead-assist.sppkg"
}
}