{ "applicationId": "groupomania", "version": "1.0.0", "defaultMode": "window", "port": 0, "documentRoot": "/dist-vite/", "url": "/", "enableServer": true, "enableNativeAPI": true, "tokenSecurity": "one-time", "logging": { "enabled": true, "writeToLogFile": true }, "nativeAllowList": [ "app.*", "os.*", "debug.log" ], "globalVariables": { }, "modes": { "window": { "title": "Groupomania", "width": 800, "height": 500, "minWidth": 400, "minHeight": 200, "fullScreen": false, "alwaysOnTop": false, "icon": "/dist-vite/icons/logo-only.png", "enableInspector": true, "borderless": false, "maximize": true, "hidden": false, "resizable": true, "exitProcessOnClose": true }, "browser": { "globalVariables": { }, "nativeBlockList": [ "filesystem.*" ] }, "cloud": { "url": "/resources/#cloud", "nativeAllowList": [ "app.*" ] }, "chrome": { "width": 800, "height": 500, "args": "--user-agent=\"Neutralinojs chrome mode\"", "nativeBlockList": [ "filesystem.*", "os.*" ] } }, "cli": { "binaryName": "groupomania", "resourcesPath": "/dist-vite/", "extensionsPath": "/extensions/", "binaryVersion": "4.7.0", "clientVersion": "3.6.0" } }