-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathneutralino.config.json
45 lines (45 loc) · 1.2 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
{
"applicationId": "js.neutralino.zero",
"version": "1.0.0",
"defaultMode": "window",
"documentRoot": "/dist/bot-browser-console/browser",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"nativeAllowList": [
"app.*",
"os.*",
"storage.*",
"window.*",
"filesystem.*",
"computer.*",
"debug.*",
"resources.*"
],
"modes": {
"window": {
"title": "BotBrowserConsole",
"width": 1000,
"height": 800,
"minWidth": 400,
"minHeight": 200,
"center": true,
"icon": "/dist/bot-browser-console/browser/favicon.ico",
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
"exitProcessOnClose": true,
"enableNative": true,
"useSavedState": true
}
},
"cli": {
"binaryName": "BotBrowserConsole",
"resourcesPath": "/dist/bot-browser-console/browser",
"extensionsPath": "/extensions/",
"binaryVersion": "5.4.0",
"clientVersion": "5.4.0"
}
}