-
Notifications
You must be signed in to change notification settings - Fork 0
/
neutralino.config.json
55 lines (55 loc) · 1.26 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
50
51
52
53
54
55
{
"applicationId": "ir.NavidMafi.SimpleIP",
"defaultMode": "window",
"port": 8585,
"url": "/resources/",
"enableServer": true,
"enableNativeAPI": true,
"logging": {
"enabled": true,
"writeToLogFile": false
},
"nativeBlockList": [],
"globalVariables": {
"TEST": "Test Value"
},
"modes": {
"window": {
"title": "SimpleIP",
"width": 250,
"height": 220,
"minWidth": 250,
"minHeight": 220,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
"exitProcessOnClose": true
},
"browser": {
"globalVariables": {
"TEST": "Test value browser"
},
"nativeBlockList": [
"filesystem.*"
]
},
"cloud": {
"url": "/resources/#cloud",
"nativeAllowList": [
"app.*"
]
}
},
"cli": {
"binaryName": "SimpleIP",
"resourcesPath": "/resources/",
"clientLibrary": "/resources/js/neutralino.js",
"binaryVersion": "3.0.0",
"clientVersion": "2.0.0"
}
}