-
Notifications
You must be signed in to change notification settings - Fork 0
/
neutralino.config.json
48 lines (48 loc) · 1.22 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
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "com.marketmix.neutralinoAutoupdate",
"version": "1.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/resources/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"enableExtensions": true,
"exportAuthInfo": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": false,
"writeToLogFile": false
},
"globalVariables": {},
"modes": {
"window": {
"title": "",
"width": 800,
"height": 600,
"minWidth": 800,
"minHeight": 600,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": true,
"center": true,
"useSavedState": false,
"resizable": true,
"exitProcessOnClose": false
}
},
"cli": {
"binaryName": "neutralino-autoupdate",
"resourcesPath": "/resources/",
"extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js",
"binaryVersion": "5.0.0",
"clientVersion": "5.0.0"
},
"extensions": []
}