-
Notifications
You must be signed in to change notification settings - Fork 13
/
pluginDefinition.json
54 lines (54 loc) · 1.26 KB
/
pluginDefinition.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"identifier": "org.zowe.terminal.tn3270",
"apiVersion": "2.0.0",
"pluginVersion": "3.1.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/tn3270-ng2",
"webContent": {
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "TN3270",
"pluginShortNameDefault": "TN3270",
"imageSrc": "v3/assets/icon.png"
},
"entryPoint": {
"2.0": "main.js",
"3.0": "v3/main.js"
},
"descriptionKey": "TN3270 Description",
"descriptionDefault": "Basic TN3270 Display Emulator",
"defaultWindowStyle": {
"width": 800,
"height": 600
}
},
"configurationData": {
"resources": {
"sessions": {
"locationType": "relative",
"aggregationPolicy": "override"
}
}
},
"dataServices": [
{
"type": "import",
"localName": "terminalstream",
"sourceName": "tn3270data",
"sourcePlugin": "org.zowe.terminal.proxy",
"versionRange": "^1.0.0"
},
{
"type": "service",
"name": "statediscovery",
"initializerLookupMethod": "internal",
"initializerName": "zosDiscoveryServiceInstaller",
"methods": [
"GET"
],
"version": "1.0.0"
}
]
}