-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
38 lines (38 loc) · 1.06 KB
/
Manifest.json
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
{
"$schema": "https://gallery.azure.com/schemas/2014-09-01/manifest.json#",
"name": "IoTEdge",
"version": "1.0.0",
"publisher": "Microsoft",
"displayName": "IoT Edge",
"publisherDisplayName": "Microsoft Corporation",
"publisherLegalName": "Microsoft Corporation",
"summary": "ms-resource:summary",
"longSummary": "ms-resource:summary",
"description": "ms-resource:description",
"uiDefinition": {
"path": "UIDefinition.json"
},
"artifacts": [
{
"name": "DefaultTemplate",
"type": "Template",
"path": "DeploymentTemplates\\DefaultTemplate.json",
"isDefault": true
},
{
"name": "createuidefinition",
"type": "Template",
"path": "DeploymentTemplates\\CreateUIDefinition.json",
"isDefault": false
}
],
"icons": {
"small": "Icons\\Small.png",
"medium": "Icons\\Medium.png",
"large": "Icons\\Large.png",
"wide": "Icons\\Wide.png"
},
"categories": [
"Devices"
]
}