Added exit btn

- Updated credits
- Updated version
- Removed log file
- Updated app key
This commit is contained in:
2024-05-26 10:39:36 +02:00
parent 620c8114ac
commit 829ffa18a6
5 changed files with 28 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "js.neutralino.sample",
"version": "1.0.0",
"applicationId": "de.walzen665.clearapp",
"version": "1.0.1",
"defaultMode": "window",
"port": 0,
"documentRoot": "/src/",
@ -10,8 +10,8 @@
"enableNativeAPI": true,
"tokenSecurity": "one-time",
"logging": {
"enabled": true,
"writeToLogFile": true
"enabled": false,
"writeToLogFile": false
},
"nativeAllowList": [
"app.*",
@ -34,18 +34,18 @@
},
"modes": {
"window": {
"title": "clearapp",
"width": 800,
"height": 500,
"title": "Cooperate Cleaner",
"width": 1920,
"height": 1080,
"minWidth": 400,
"minHeight": 200,
"center": true,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/src/icons/appIcon.png",
"enableInspector": true,
"enableInspector": false,
"borderless": false,
"maximize": false,
"maximize": true,
"hidden": false,
"resizable": true,
"exitProcessOnClose": false