-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathneutralino.config.json
49 lines (49 loc) · 1.08 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
{
"applicationId": "photonic-etcher",
"version": "1.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/build/",
"url": "/",
"enableServer": true,
"enableNativeAPI": false,
"tokenSecurity": "one-time",
"logging": {
"enabled": true,
"writeToLogFile": true
},
"nativeAllowList": [
"debug.log"
],
"globalVariables": {},
"modes": {
"window": {
"title": "Photonic Etcher",
"width": 1100,
"height": 900,
"minWidth": 800,
"minHeight": 600,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/build/android-chrome-192x192.png",
"enableInspector": false,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
"exitProcessOnClose": true
},
"browser": {
"globalVariables": {},
"nativeBlockList": []
}
},
"cli": {
"binaryName": "photonic-etcher",
"resourcesPath": "/build/",
"extensionsPath": "/extensions/",
"clientLibrary": "/build/neutralino.js",
"binaryVersion": "4.4.0",
"clientVersion": "3.3.0"
}
}