27 lines
787 B
JSON
27 lines
787 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-tenant-properties-client-side-solution",
|
|
"id": "d5bc38a6-0b5c-4644-9087-efa6de87ece1",
|
|
"version": "1.0.1.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "Directory.ReadWrite.All"
|
|
}
|
|
],
|
|
"developer": {
|
|
"name": "Contoso",
|
|
"privacyUrl": "https://contoso.com/privacy",
|
|
"termsOfUseUrl": "https://contoso.com/terms-of-use",
|
|
"websiteUrl": "https://contoso.com/my-app",
|
|
"mpnId": "m365pnp"
|
|
}
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-tenant-properties.sppkg"
|
|
}
|
|
}
|