forked from openfin/java-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstockflux.json
More file actions
30 lines (30 loc) · 808 Bytes
/
stockflux.json
File metadata and controls
30 lines (30 loc) · 808 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
{
"startup_app": {
"name": "StockFlux",
"uuid": "StockFlux",
"maxWidth": 0,
"maxHeight": 0,
"defaultWidth": 0,
"defaultHeight": 0,
"frame": false,
"showTaskbarIcon": false,
"url": "http://scottlogic.github.io/StockFlux/master/parent.html",
"autoShow": false,
"applicationIcon": "http://scottlogic.github.io/StockFlux/master/favicon.ico"
},
"services": [{
"manifestUrl": "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json",
"name": "layouts",
"config": {
"features": {
"tab": false,
"dock": true
}
}
}],
"runtime": {
"arguments": "--enable-aggressive-domstorage-flushing",
"version": "9.61.38.40"
},
"splashScreenImage": "http://scottlogic.github.io/StockFlux/master/splashscreen.png"
}