-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpluginDefinition.json
44 lines (44 loc) · 1.04 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
{
"identifier": "org.zowe.terminal.vt",
"apiVersion": "2.0.0",
"pluginVersion": "3.1.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/vt-ng2",
"webContent": {
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "VT Terminal",
"pluginShortNameDefault": "VT Terminal",
"imageSrc": "v3/assets/icon.png"
},
"entryPoint": {
"2.0": "main.js",
"3.0": "v3/main.js"
},
"descriptionKey": "VT Description",
"descriptionDefault": "Basic VT Terminal Emulator for SSH and Telnet",
"defaultWindowStyle": {
"width": 800,
"height": 600
}
},
"configurationData": {
"resources": {
"sessions": {
"locationType": "relative",
"aggregationPolicy": "override"
}
}
},
"dataServices": [
{
"type": "import",
"localName": "terminalstream",
"sourceName": "vtdata",
"sourcePlugin": "org.zowe.terminal.proxy",
"versionRange": "^1.0.0"
}
]
}