-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneutralino.config.json
More file actions
52 lines (52 loc) · 1.25 KB
/
neutralino.config.json
File metadata and controls
52 lines (52 loc) · 1.25 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
48
49
50
51
52
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "MiniSimulator",
"version": "2.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/docs/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": false,
"writeToLogFile": false
},
"applicationIcon": "icon.png",
"author": "Alexander Herzog",
"copyright": "Alexander Herzog, Apache-2.0 license",
"nativeAllowList": [
"app.*",
"os.*",
"window.*",
"debug.log"
],
"modes": {
"window": {
"title": "G/G/c/K+G simulator",
"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": "MiniSimulator",
"resourcesPath": "/docs/",
"clientLibrary": "docs/libs/neutralino.js",
"binaryVersion": "6.0.0",
"clientVersion": "6.0.0"
}
}