27 lines
754 B
JSON
27 lines
754 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-avatars-client-side-solution",
|
|
"id": "b96dfed7-ec48-4082-ba50-f6c7b09143c7",
|
|
"version": "1.0.1.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "User.ReadWrite"
|
|
}
|
|
],
|
|
"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-avatars.sppkg"
|
|
}
|
|
}
|