diff --git a/app/js/background.js b/app/js/background.js index 89b3539b..fd1fe882 100644 --- a/app/js/background.js +++ b/app/js/background.js @@ -7,7 +7,9 @@ chrome.app.runtime.onLaunched.addListener(function(launchData) { chrome.app.window.create('../index.html', { - bounds: { + id: 'webogram-chat', + hidden: true, + innerBounds: { width: 1000, height: 700 },