Added exit btn
- Updated credits - Updated version - Removed log file - Updated app key
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user