diff --git a/neutralino.config.json b/neutralino.config.json index dcfc6bb..d780cfd 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -45,9 +45,21 @@ ] }, "chrome": { - "width": 1000, - "height": 800, - "args": "--user-agent=\"Neutralinojs chrome mode\"" + "title": "GrassClipper", + "width": 1280, + "height": 720, + "minWidth": 400, + "minHeight": 200, + "fullScreen": false, + "alwaysOnTop": false, + "icon": "/resources/icons/appIcon.png", + "enableInspector": true, + "borderless": true, + "maximize": false, + "hidden": false, + "resizable": false, + "exitProcessOnClose": true, + "args": "--user-agent=\"Neutralinojs chrome mode\" --disable-web-security" } }, "cli": { diff --git a/resources/style/index.css b/resources/style/index.css index 0888f84..a3b2ec6 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -336,7 +336,7 @@ body { } #firstPanel { - background-position: -340px; + background-position: -250px; } /* Move the first official button to the position on the png */ diff --git a/scripts/install.cmd b/scripts/install.cmd index df02932..3d02dc1 100644 --- a/scripts/install.cmd +++ b/scripts/install.cmd @@ -45,6 +45,7 @@ echo Adding ceritifcate... echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists, ) + echo Done! You can now open GrassClipper.exe! pause