diff --git a/neutralino.config.json b/neutralino.config.json
index c588d7a..080e024 100644
--- a/neutralino.config.json
+++ b/neutralino.config.json
@@ -16,8 +16,13 @@
"nativeAllowList": [
"app.*",
"os.*",
+ "filesystem.readFile",
+ "filesystem.writeFile",
+ "filesystem.createDirectory",
+ "os.showMessageBox",
+ "os.showSaveDialog",
"debug.log"
- ],
+ ],
"globalVariables": {
"TEST1": "Hello",
"TEST2": [
@@ -33,20 +38,20 @@
"modes": {
"window": {
"title": "jottings",
- "width": 800,
- "height": 500,
+ "width": 1000,
+ "height": 800,
"minWidth": 400,
"minHeight": 200,
"center": true,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
- "enableInspector": true,
+ "enableInspector": false,
"borderless": false,
"maximize": false,
"hidden": false,
"resizable": true,
- "exitProcessOnClose": false
+ "exitProcessOnClose": true
},
"browser": {
"globalVariables": {
@@ -80,4 +85,4 @@
"binaryVersion": "6.8.0",
"clientVersion": "6.8.0"
}
- }
\ No newline at end of file
+ }