diff --git a/app-config.json b/app-config.json index 2f1e0bc..b8509a8 100644 --- a/app-config.json +++ b/app-config.json @@ -1,47 +1,49 @@ -{ - "title": "AppManager-Embedded", - "type": "window", - "name": "io-connect-toolbar", - "shell": true, - "details": { - "autoInjectAPI": { - "enabled": true, - "autoInit": { - "appManager": "full", - "layouts": "fullWaitSnapshot" - } - }, - "url": "file://%GDDIR%/assets/app-toolbar/index.html", - "mode": "frameless", - "top": 5, - "left": 5, - "isSticky": false, - "allowClose": false, - "allowMaximize": false, - "allowMinimize": false, - "allowCollapse": false, - "moveAreaPassThroughMouseHover": true, - "nativeWindowOpen": "off", - "zoom": { - "enabled": false - }, - "search": { - "enabled": false - }, - "taskbar": { - "allowPin": true, - "appId": "io-connect-toolbar" - }, - "jumpList": { - "enabled": true - } - }, - "autoStart": true, - "allowMultiple": false, - "ignoreSavedLayout": false, - "customProperties": { - "hideFeedbackButton": true, - "hideProfileButton": false, - "hideTutorialOnStartup": false - } +{ + "title": "AppManager-Embedded", + "type": "window", + "name": "io-connect-toolbar", + "shell": true, + "details": { + "autoInjectAPI": { + "enabled": true, + "autoInit": { + "appManager": "full", + "layouts": "fullWaitSnapshot" + } + }, + "url": "file://%GDDIR%/assets/app-toolbar/index.html", + "mode": "frameless", + "top": 100, + "left": 100, + "width": 60, + "height": 48, + "isSticky": false, + "allowClose": false, + "allowMaximize": false, + "allowMinimize": false, + "allowCollapse": false, + "moveAreaPassThroughMouseHover": true, + "nativeWindowOpen": "off", + "zoom": { + "enabled": false + }, + "search": { + "enabled": false + }, + "taskbar": { + "allowPin": true, + "appId": "io-connect-toolbar" + }, + "jumpList": { + "enabled": true + } + }, + "autoStart": true, + "allowMultiple": false, + "ignoreSavedLayout": false, + "customProperties": { + "hideFeedbackButton": true, + "hideProfileButton": false, + "hideTutorialOnStartup": false + } } \ No newline at end of file diff --git a/index.html b/index.html index fe24577..0c6d6ce 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@