an-anime-game-launcher/neutralino.config.json

44 lines
1 KiB
JSON
Raw Normal View History

2021-12-21 00:39:20 +03:00
{
"applicationId": "com.krypt0nn.an-anime-game-launcher",
2022-01-29 00:26:08 +03:00
"version": "2.1.0-beta1",
2021-12-21 00:39:20 +03:00
"defaultMode": "window",
"port": 0,
"documentRoot": "/bundle/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"exportAuthInfo": true,
2021-12-21 00:39:20 +03:00
"logging": {
"enabled": false,
"writeToLogFile": false
2021-12-21 00:39:20 +03:00
},
"nativeBlockList": [],
"globalVariables": {},
"modes": {
"window": {
"title": "An Anime Game Launcher",
2021-12-21 00:39:20 +03:00
"width": 1280,
"height": 700,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/public/icons/64x64.png",
"enableInspector": false,
2021-12-21 00:39:20 +03:00
"borderless": false,
"maximize": false,
"hidden": true,
"resizable": false,
"exitProcessOnClose": false
2021-12-21 00:39:20 +03:00
},
"browser": {},
"cloud": {}
},
"cli": {
"binaryName": "an-anime-game-launcher",
"resourcesPath": "/bundle/",
"extensionsPath": "/extensions/",
"clientLibrary": "/public/neutralino.js",
2021-12-31 21:30:41 +03:00
"binaryVersion": "4.1.0",
2021-12-21 00:39:20 +03:00
"clientVersion": "3.0.0"
}
}