-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathneutralino.config.json
49 lines (49 loc) · 1.28 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": "js.neutralino.xradio",
"version": "1.0.5",
"defaultMode": "window",
"documentRoot": "/xradio-vue/dist/",
"port": 6498,
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"extensions": [
{
"id": "js.neutralino.dnslookup",
"commandLinux": "${NL_PATH}/extensions/dnslookup/dnslookup-linux",
"commandDarwin": "${NL_PATH}/extensions/dnslookup/dnslookup-macos",
"commandWindows": "${NL_PATH}/extensions/dnslookup/dnslookup-win.exe"
}
],
"enableExtensions": true,
"modes": {
"window": {
"title": "XRadio",
"width": 900,
"height": 640,
"minWidth": 640,
"minHeight": 640,
"maxHeight": 800,
"maxWidth": 1200,
"resizable": true,
"icon": "/resources/icons/icon.png",
"borderless": false,
"maximize": false,
"hidden": false,
"exitProcessOnClose": true
}
},
"cli": {
"binaryName": "XRadio",
"resourcesPath": "/xradio-vue/dist/",
"extensionsPath": "/extensions/",
"clientLibrary": "/xradio-vue/public/neutralino.js",
"binaryVersion": "4.12.0",
"clientVersion": "3.12.0",
"frontendLibrary": {
"patchFile": "/xradio-vue/public/index.html",
"devUrl": "http://localhost:8080"
}
}
}