sp-dev-fx-webparts/samples/react-modern-birthdays/config/package-solution.json

59 lines
1.5 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-birthdays-client-side-solution",
"id": "caf83914-77f3-470c-b71c-21d8820c48a9",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
},
{
"resource": "Microsoft Graph",
"scope": "Sites.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "profile"
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.16.1"
},
"metadata": {
"shortDescription": {
"default": "react-birthdays "
},
"longDescription": {
"default": "react-birthdays show today and upcoming birthdays "
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-birthdays Feature",
"description": "The feature that activates elements of the react-birthdays solution.",
"id": "4e158b73-f806-44e0-b595-70ecf2fdc6e3",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/react-birthdays.sppkg"
}
}