forked from openfin/java-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwatchlist.json
More file actions
33 lines (33 loc) · 848 Bytes
/
watchlist.json
File metadata and controls
33 lines (33 loc) · 848 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
32
33
{
"devtools_port": 9090,
"startup_app": {
"name": "GiantMachinesWatchlist",
"url": "http://watchlist.giantmachines.com",
"uuid": "GiantMachinesWatchlist",
"applicationIcon": "http://watchlist.giantmachines.com/watchlist-icon.png",
"autoShow": true,
"frame": false,
"defaultHeight": 600,
"defaultWidth": 450,
"defaultTop": 50,
"defaultLeft": 50,
"resizable": false,
"maximizable": false
},
"runtime": {
"arguments": "--v=1",
"version": "9.61.38.40",
"forceLatest": true
},
"services": [{
"manifestUrl": "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json",
"name": "layouts",
"config": {
"features": {
"tab": false,
"dock": true
}
}
}],
"splashScreenImage": "http://watchlist.giantmachines.com/watchlist-splash.png"
}