2020-03-09 14:01:53 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
|
|
"solution": {
|
|
|
|
"name": "greetings-angular-js-client-side-solution",
|
|
|
|
"id": "d7464213-bad8-452f-941b-34ca45e2ac74",
|
|
|
|
"version": "1.0.0.0",
|
|
|
|
"includeClientSideAssets": true,
|
|
|
|
"skipFeatureDeployment": true,
|
2021-07-03 03:34:01 -04:00
|
|
|
"isDomainIsolated": false,
|
|
|
|
"developer": {
|
|
|
|
"name": "Contoso",
|
|
|
|
"privacyUrl": "https://contoso.com/privacy",
|
|
|
|
"termsOfUseUrl": "https://contoso.com/terms-of-use",
|
|
|
|
"websiteUrl": "https://contoso.com/my-app",
|
|
|
|
"mpnId": "000000"
|
|
|
|
}
|
2020-03-09 14:01:53 -04:00
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"zippedPackage": "solution/greetings-angular-js.sppkg"
|
|
|
|
}
|
|
|
|
}
|