-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
28 lines (28 loc) · 914 Bytes
/
app.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
{
"startup_app": {
"name": "Hello OpenFin",
"url": "https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/index.html",
"urlxx": "https://httpbin.org/basic-auth/user/passwd",
"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
}
},
"runtime": {
"arguments": "--v=1 --enable-chromium-window-alert --allow-http-screen-capture --allow-insecure-localhost ",
"version": "10.66.39.25"
},
"splashScreenImage": "https://cdn.openfin.co/demos/hello/splashscreen/splash_hello.png"
}