32 lines
794 B
JSON
Executable File
32 lines
794 B
JSON
Executable File
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"developer": {
|
|
"name": "",
|
|
"privacyUrl": "",
|
|
"termsOfUseUrl": "",
|
|
"websiteUrl": "",
|
|
"mpnId": ""
|
|
},
|
|
"name": "react-save-attachments-client-side-solution",
|
|
"id": "b0a9dfa8-9221-472c-88d7-a1542bf21d8d",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|