40 lines
990 B
JSON
Raw Normal View History

2021-01-31 12:43:28 +00:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "list-search-webpart",
"id": "8277f088-9c30-4f95-9c15-9c18a9d40a26",
2022-01-02 12:26:04 +00:00
"version": "1.2.0.0",
2021-01-31 12:43:28 +00:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "Alberto Gutierrez Perez",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
2021-04-25 00:14:08 +02:00
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.ReadWrite.All"
}
]
2021-01-31 12:43:28 +00:00
},
"paths": {
"zippedPackage": "solution/list-search-webpart.sppkg"
}
}