You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
54 lines
1.4 KiB
{
|
|
"applicationId": "js.neutralino.potato-launcher",
|
|
"version": "1.0.0",
|
|
"defaultMode": "window",
|
|
"port": 0,
|
|
"documentRoot": "/build/",
|
|
"url": "/",
|
|
"enableServer": true,
|
|
"enableNativeAPI": true,
|
|
"enableExtensions": true,
|
|
"tokenSecurity": "one-time",
|
|
"logging": {
|
|
"enabled": true,
|
|
"writeToLogFile": true
|
|
},
|
|
"nativeAllowList": [
|
|
"app.*",
|
|
"filesystem.*",
|
|
"os.*",
|
|
"extensions.*",
|
|
"computer.*",
|
|
"storage.*",
|
|
"debug.log"
|
|
],
|
|
"modes": {
|
|
"window": {
|
|
"title": "Potato Launcher",
|
|
"fullScreen": false,
|
|
"alwaysOnTop": false,
|
|
"icon": "/resources/icons/appIcon.png",
|
|
"enableInspector": false,
|
|
"borderless": true,
|
|
"maximize": true,
|
|
"hidden": false,
|
|
"resizable": true,
|
|
"exitProcessOnClose": true
|
|
}
|
|
},
|
|
"cli": {
|
|
"binaryName": "potato-launcher",
|
|
"resourcesPath": "/build/",
|
|
"extensionsPath": "/extensions/",
|
|
"clientLibrary": "/resources/js/neutralino.js",
|
|
"binaryVersion": "4.7.0",
|
|
"clientVersion": "3.6.0"
|
|
},
|
|
"extensions": [
|
|
{
|
|
"id": "js.neutralino.pouchdb",
|
|
"commandLinux": "${NL_PATH}/extensions/bin/pouchdb-linux-x64",
|
|
"commandWindows": "${NL_PATH}/extensions/bin/index.exe"
|
|
}
|
|
]
|
|
} |