sp-dev-fx-webparts/samples/react-graph-azureapps/config/package-solution.json

51 lines
1.3 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "Azure Apps",
"id": "2236ddb2-5c5e-4dca-992d-b772027a6d60",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Application.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.16.1"
},
"metadata": {
"shortDescription": {
"default": "Showing all Azure apps and able to register new app."
},
"longDescription": {
"default": "Showing all Azure apps and able to register new app."
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "azure-apps Feature",
"description": "The feature that activates elements of the azure-apps solution.",
"id": "a199d780-f3ef-41e7-b712-b50780ec8320",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/azure-apps.sppkg"
}
}