forked from shadichy/tfh-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
neutralino.config.json
53 lines (53 loc) · 1.16 KB
/
neutralino.config.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"applicationId": "js.teamfuho.hpvninstaller",
"version": "1.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/resources/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"nativeAllowList": [
"app.*",
"os.*",
"filesystem.*",
"extensions.*"
],
"globalVariables": {
},
"modes": {
"window": {
"title": "Happy Vietnam Installer",
"width": 820,
"height": 500,
"minWidth": 820,
"minHeight": 500,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": false,
"exitProcessOnClose": false
},
"browser": {},
"cloud": {},
"chrome": {
"width": 820,
"height": 500,
"args": "--user-agent=\"Neutralinojs chrome mode\"",
"nativeBlockList": [
]
}
},
"cli": {
"binaryName": "hpvn",
"resourcesPath": "/resources/",
"extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js",
"binaryVersion": "4.4.0",
"clientVersion": "3.3.0"
}
}