-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneutralino.config.json
49 lines (49 loc) · 1.12 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
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "QC",
"version": "2.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/docs/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": false,
"writeToLogFile": false
},
"nativeAllowList": [
"app.*",
"os.*",
"window.*",
"debug.log"
],
"modes": {
"window": {
"title": "Statistical quality control",
"width": 1440,
"height": 900,
"minWidth": 1024,
"minHeight": 768,
"center": true,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/docs/favicon.ico",
"enableInspector": false,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
"exitProcessOnClose": false,
"useSavedState": false
}
},
"cli": {
"binaryName": "QC",
"resourcesPath": "/docs/",
"clientLibrary": "docs/libs/neutralino.js",
"binaryVersion": "5.0.0",
"clientVersion": "5.0.1"
}
}