32 lines
794 B
JSON
Raw Normal View History

2020-10-04 17:24:51 +05:30
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
2021-10-09 13:54:00 +05:30
"developer": {
"name": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"websiteUrl": "",
"mpnId": ""
},
2020-10-04 17:24:51 +05:30
"name": "react-save-attachments-client-side-solution",
"id": "b0a9dfa8-9221-472c-88d7-a1542bf21d8d",
"version": "1.1.0.0",
2020-10-04 17:24:51 +05:30
"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"
}
}