mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"applicationId": "js.grassclipper.app",
|
|
"version": "0.7.4",
|
|
"defaultMode": "window",
|
|
"port": 0,
|
|
"documentRoot": "/resources/",
|
|
"url": "/",
|
|
"enableServer": true,
|
|
"enableNativeAPI": true,
|
|
"tokenSecurity": "one-time",
|
|
"logging": {
|
|
"enabled": true,
|
|
"writeToLogFile": true
|
|
},
|
|
"nativeAllowList": [
|
|
"app.*",
|
|
"os.*",
|
|
"filesystem.*",
|
|
"storage.*",
|
|
"window.*",
|
|
"debug.log"
|
|
],
|
|
"modes": {
|
|
"window": {
|
|
"title": "GrassClipper",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"minWidth": 400,
|
|
"minHeight": 200,
|
|
"fullScreen": false,
|
|
"alwaysOnTop": false,
|
|
"icon": "/resources/icons/appIcon.png",
|
|
"enableInspector": true,
|
|
"borderless": true,
|
|
"maximize": false,
|
|
"hidden": false,
|
|
"resizable": false,
|
|
"exitProcessOnClose": true
|
|
},
|
|
"browser": {},
|
|
"cloud": {
|
|
"url": "/resources/#cloud",
|
|
"nativeAllowList": [
|
|
"app.*"
|
|
]
|
|
},
|
|
"chrome": {
|
|
"title": "GrassClipper",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"minWidth": 400,
|
|
"minHeight": 200,
|
|
"fullScreen": false,
|
|
"alwaysOnTop": false,
|
|
"icon": "/resources/icons/appIcon.png",
|
|
"enableInspector": true,
|
|
"borderless": true,
|
|
"maximize": false,
|
|
"hidden": false,
|
|
"resizable": false,
|
|
"exitProcessOnClose": true,
|
|
"args": "--user-agent=\"Neutralinojs chrome mode\" --disable-web-security"
|
|
}
|
|
},
|
|
"cli": {
|
|
"binaryName": "GrassClipper",
|
|
"resourcesPath": "/resources/",
|
|
"extensionsPath": "/extensions/",
|
|
"clientLibrary": "/resources/js/neutralino.js",
|
|
"binaryVersion": "4.4.0",
|
|
"clientVersion": "3.3.0"
|
|
}
|
|
} |