qwe/neutralino.config.json

47 lines
1012 B
JSON

{
"applicationId": "net.sys42.dakedres.editor",
"version": "1.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/",
"url": "/src/index.html",
"enableServer": true,
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": true,
"writeToLogFile": true
},
"nativeAllowList": [
"app.*",
"os.*",
"filesystem.*",
"debug.log"
],
"globalVariables": {},
"modes": {
"window": {
"title": "waw",
"width": 800,
"height": 500,
"minWidth": 400,
"minHeight": 200,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icon.png",
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
"exitProcessOnClose": true
}
},
"cli": {
"binaryName": "qwe",
"resourcesPath": "/build/",
"clientLibrary": "/build/neutralino.js",
"binaryVersion": "4.14.1",
"clientVersion": "3.12.0"
}
}