You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wowtupid/neutralino.config.json

36 lines
809 B

{
"applicationId": "js.lemonero.wowtupid",
"port": 0,
"defaultMode": "window",
"enableHTTPServer": true,
"enableNativeAPI": true,
"url": "/resources/",
"nativeBlockList": [],
"globalVariables": {
"TEST": "Test Value"
},
"modes": {
"window": {
"title": "wowtupid",
"width": 800,
"height": 500,
"minWidth": 400,
"minHeight": 250,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
"enableInspector": true,
"borderless": false,
"maximize": false
},
"browser": {},
"cloud": {}
},
"cli": {
"binaryName": "wowtupid",
"resourcesPath": "/resources/",
"clientLibrary": "/resources/js/neutralino.js",
"binaryVersion": "2.4.1",
"clientVersion": "1.0.0"
}
}