-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp-config.json
More file actions
47 lines (47 loc) · 1.04 KB
/
app-config.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
38
39
40
41
42
43
44
45
46
47
{
"title": "AppManager-Embedded",
"type": "window",
"name": "io-connect-toolbar",
"shell": true,
"details": {
"autoInjectAPI": {
"enabled": true,
"autoInit": {
"appManager": "full",
"layouts": "fullWaitSnapshot"
}
},
"url": "file://%GDDIR%/assets/app-toolbar/index.html",
"mode": "frameless",
"top": 5,
"left": 5,
"isSticky": false,
"allowClose": false,
"allowMaximize": false,
"allowMinimize": false,
"allowCollapse": false,
"moveAreaPassThroughMouseHover": true,
"nativeWindowOpen": "off",
"zoom": {
"enabled": false
},
"search": {
"enabled": false
},
"taskbar": {
"allowPin": true,
"appId": "io-connect-toolbar"
},
"jumpList": {
"enabled": true
}
},
"autoStart": true,
"allowMultiple": false,
"ignoreSavedLayout": false,
"customProperties": {
"hideFeedbackButton": true,
"hideProfileButton": false,
"hideTutorialOnStartup": false
}
}