25 lines
657 B
JSON
25 lines
657 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||
|
"solution": {
|
||
|
"name": "react-save-attachments-client-side-solution",
|
||
|
"id": "b0a9dfa8-9221-472c-88d7-a1542bf21d8d",
|
||
|
"version": "1.0.0.0",
|
||
|
"includeClientSideAssets": true,
|
||
|
"skipFeatureDeployment": true,
|
||
|
"isDomainIsolated": false,
|
||
|
"webApiPermissionRequests": [
|
||
|
{
|
||
|
"resource": "Microsoft Graph",
|
||
|
"scope": "Mail.Read"
|
||
|
},
|
||
|
{
|
||
|
"resource": "Microsoft Graph",
|
||
|
"scope": "Files.ReadWrite"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"paths": {
|
||
|
"zippedPackage": "solution/react-save-attachments.sppkg"
|
||
|
}
|
||
|
}
|