-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_sample.json
More file actions
30 lines (30 loc) · 1021 Bytes
/
app_sample.json
File metadata and controls
30 lines (30 loc) · 1021 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": "Hello OpenFin",
"url": "https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/index.html",
"uuid": "OpenFinHelloWorld",
"applicationIcon": "http://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/img/openfin.ico",
"autoShow": false,
"defaultHeight": 525,
"defaultWidth": 395,
"maxWidth": 395,
"maxHeight": 525,
"defaultTop": 50,
"defaultLeft": 10,
"resizable": false,
"maximizable": false,
"frame": false,
"cornerRounding": {
"width": 5,
"height": 5
},
"contextMenu": true
},
"runtime": {
"arguments": "--enable-chromium-window-alert --allow-http-screen-capture --ignore-certificate-errors",
"version": "31.112.75.7"
},
"splashScreenImage": "https://cdn.openfin.co/demos/hello/splashscreen/splash_hello.png",
"shortcut": {},
"devtools_port": 12565
}