-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage-solution.json
More file actions
31 lines (31 loc) · 875 Bytes
/
package-solution.json
File metadata and controls
31 lines (31 loc) · 875 Bytes
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
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "map-viewer-client-side-solution",
"id": "3f215ef6-ff06-4858-9195-a3eb4b3e1f20",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Sites.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Sites.Manage.All"
}
],
"isDomainIsolated": false,
"developer": {
"name": "Bob German",
"websiteUrl": "https://bob1german.com",
"privacyUrl": "https://privacy.microsoft.com",
"termsOfUseUrl": "https://opensource.microsoft.com/",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/map-viewer.sppkg"
}
}