21 lines
612 B
JSON
21 lines
612 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "word-game-client-side-solution",
|
|
"id": "751649b4-2c99-4349-9d65-9a6cc7533dfa",
|
|
"version": "1.0.0.3",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"isDomainIsolated": false,
|
|
"developer": {
|
|
"name": "Contoso",
|
|
"privacyUrl": "https://contoso.com/privacy",
|
|
"termsOfUseUrl": "https://contoso.com/terms-of-use",
|
|
"websiteUrl": "https://contoso.com/my-app",
|
|
"mpnId": "m365pnp"
|
|
}
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/word-game.sppkg"
|
|
}
|
|
} |