21 lines
642 B
JSON
Raw Normal View History

2019-02-09 10:10:52 +00:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "workbench-customizer-client-side-solution",
"id": "5d6f4a5a-9d2b-4a93-a283-16b8f5ea75d6",
"version": "1.5.0.0",
2019-02-09 10:10:52 +00:00
"includeClientSideAssets": true,
2020-11-02 13:57:17 +00:00
"skipFeatureDeployment": true,
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
2020-11-02 13:57:17 +00:00
}
2019-02-09 10:10:52 +00:00
},
"paths": {
"zippedPackage": "solution/workbench-customizer.sppkg"
}
}