forked from zowe/file-transfer-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pluginDefinition.json
37 lines (37 loc) · 913 Bytes
/
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
{
"identifier": "org.zowe.filetransfer",
"apiVersion": "1.0.0",
"pluginVersion": "0.9.0",
"pluginType": "application",
"webContent": {
"framework": "angular2",
"launchDefinition": {
"pluginShortNameKey": "fileTransferAppTitle",
"pluginShortNameDefault": "File Transfer",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "fileTransferAppDescription",
"descriptionDefault": "File Transfer",
"isSingleWindowApp": true,
"defaultWindowStyle": {
"width": 800,
"height": 880
},
"publicRoutes": [
{
"route": "node_modules",
"path": "webClient/node_modules"
}
]
},
"dataServices": [
{
"type": "router",
"name": "fs",
"serviceLookupMethod": "external",
"fileName": "nodeServer/ts/FsProxyService.js",
"routerFactory": "fsRouter",
"dependenciesIncluded": true
}
]
}