GrassClipper/neutralino.config.json

73 lines
1.7 KiB
JSON
Raw Normal View History

2022-04-19 23:33:59 +00:00
{
"applicationId": "js.grassclipper.app",
2022-04-26 06:03:59 +00:00
"version": "0.7.4",
2022-04-19 23:33:59 +00:00
"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",
2022-04-20 01:12:56 +00:00
"width": 1280,
"height": 720,
2022-04-19 23:33:59 +00:00
"minWidth": 400,
"minHeight": 200,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
2022-04-19 23:54:36 +00:00
"enableInspector": true,
2022-04-21 01:16:36 +00:00
"borderless": true,
2022-04-19 23:33:59 +00:00
"maximize": false,
"hidden": false,
2022-04-21 00:06:35 +00:00
"resizable": false,
2022-04-19 23:33:59 +00:00
"exitProcessOnClose": true
},
"browser": {},
"cloud": {
"url": "/resources/#cloud",
"nativeAllowList": [
"app.*"
]
},
"chrome": {
2022-04-25 05:03:24 +00:00
"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"
2022-04-19 23:33:59 +00:00
}
},
"cli": {
"binaryName": "GrassClipper",
"resourcesPath": "/resources/",
"extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js",
"binaryVersion": "4.4.0",
"clientVersion": "3.3.0"
}
}