forked from microsoft/CopilotStudioSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-solution.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage-solution.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "dynamics-live-chat-sso-client-side-solution",
"id": "f96b8c6f-747e-4797-964b-fba0595eb4e5",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.21.1"
},
"metadata": {
"shortDescription": {
"default": "dynamics-live-chat-sso description"
},
"longDescription": {
"default": "dynamics-live-chat-sso description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "dynamics-live-chat-sso Feature",
"description": "The feature that activates elements of the dynamics-live-chat-sso solution.",
"id": "e2f5e80a-f86b-4676-9b5d-3b1fd27acd59",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/dynamics-live-chat-sso.sppkg"
}
}