sp-dev-fx-webparts/samples/react-save-to-onedrive-app-.../library/config/package-solution.json

39 lines
976 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "manage-data-client-side-solution",
"id": "cc04d03e-418c-44fc-a125-9fb84d9e9b33",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.14.0-beta.5"
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Sites.ReadWrite.All"
}
],
"metadata": {
"shortDescription": {
"default": "manage-data description"
},
"longDescription": {
"default": "manage-data description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
}
},
"paths": {
"zippedPackage": "solution/manage-data.sppkg"
}
}