forked from yaagl/yet-another-anime-game-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
neutralino.config.json
52 lines (52 loc) · 1.21 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
50
51
52
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "com.3shain.yaagl",
"version": "1.0.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/dist",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": true,
"writeToLogFile": true
},
"nativeAllowList": [
"app.*",
"os.*",
"storage.*",
"debug.log",
"window.*",
"filesystem.*",
"computer.*"
],
"globalVariables": {},
"modes": {
"window": {
"title": "Yet Another Anime Game Launcher",
"width": 1280,
"height": 730,
"minWidth": 400,
"minHeight": 200,
"fullScreen": false,
"alwaysOnTop": false,
"enableInspector": true,
"borderless": false,
"maximize": false,
"hidden": true,
"resizable": false,
"icon": "/src/icons/Paimon.cr.png",
"exitProcessOnClose": false
}
},
"cli": {
"binaryName": "Yaagl",
"resourcesPath": "/dist/",
"extensionsPath": "/extensions/",
"clientLibrary": "/dist/neutralino.js",
"binaryVersion": "4.11.0",
"clientVersion": "3.8.0"
}
}