2021-08-18 03:50:48 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
|
|
"solution": {
|
|
|
|
"name": "react-my-events-client-side-solution",
|
|
|
|
"id": "40b1d068-bda3-4bc6-8a8f-39eb17bd66ce",
|
|
|
|
"version": "1.0.0.0",
|
|
|
|
"includeClientSideAssets": true,
|
|
|
|
"isDomainIsolated": false,
|
|
|
|
"developer": {
|
|
|
|
"name": "",
|
|
|
|
"websiteUrl": "",
|
|
|
|
"privacyUrl": "",
|
|
|
|
"termsOfUseUrl": "",
|
2022-03-28 11:19:31 -04:00
|
|
|
"mpnId": "Undefined-1.15.0-beta.1"
|
2021-08-18 03:50:48 -04:00
|
|
|
},
|
|
|
|
"webApiPermissionRequests": [
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "User.ReadBasic.All"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Calendars.Read"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Calendars.ReadWrite"
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"zippedPackage": "solution/react-my-events.sppkg"
|
|
|
|
}
|
|
|
|
}
|