2018-12-28 10:47:35 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
|
|
"solution": {
|
|
|
|
"name": "happy-birdthay-client-side-solution",
|
|
|
|
"id": "57890dd1-b655-4ec8-85ec-e47a9b696e7c",
|
|
|
|
"version": "1.0.0.0",
|
|
|
|
"includeClientSideAssets": true,
|
|
|
|
"skipFeatureDeployment": true,
|
2019-04-18 14:30:11 -04:00
|
|
|
"isDomainIsolated": false,
|
|
|
|
"webApiPermissionRequests": [
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "User.Read.All"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "User.ReadBasic.All"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Sites.Read.All"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "profile"
|
|
|
|
}]
|
2018-12-28 10:47:35 -05:00
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"zippedPackage": "solution/birdthays.sppkg"
|
|
|
|
}
|
|
|
|
}
|