mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-18 16:01:47 +03:00
fbae851add
- changed app icon size to 64x64 - disabled logging, added auth token export - removed unused dependency - added comment for `Runners.download` method
43 lines
No EOL
1 KiB
JSON
43 lines
No EOL
1 KiB
JSON
{
|
|
"applicationId": "com.krypt0nn.an-anime-game-linux-launcher",
|
|
"version": "1.0.0",
|
|
"defaultMode": "window",
|
|
"port": 0,
|
|
"documentRoot": "/bundle/",
|
|
"url": "/",
|
|
"enableServer": true,
|
|
"enableNativeAPI": true,
|
|
"exportAuthInfo": true,
|
|
"logging": {
|
|
"enabled": false,
|
|
"writeToLogFile": false
|
|
},
|
|
"nativeBlockList": [],
|
|
"globalVariables": {},
|
|
"modes": {
|
|
"window": {
|
|
"title": "An Anime Game Linux Launcher",
|
|
"width": 1280,
|
|
"height": 700,
|
|
"fullScreen": false,
|
|
"alwaysOnTop": false,
|
|
"icon": "/public/icons/64x64.png",
|
|
"enableInspector": true,
|
|
"borderless": false,
|
|
"maximize": false,
|
|
"hidden": true,
|
|
"resizable": false,
|
|
"exitProcessOnClose": true
|
|
},
|
|
"browser": {},
|
|
"cloud": {}
|
|
},
|
|
"cli": {
|
|
"binaryName": "an-anime-game-launcher",
|
|
"resourcesPath": "/bundle/",
|
|
"extensionsPath": "/extensions/",
|
|
"clientLibrary": "/public/neutralino.js",
|
|
"binaryVersion": "4.0.0",
|
|
"clientVersion": "3.0.0"
|
|
}
|
|
} |