diff --git a/src/background.js b/src/background.js index 15286bd..14d33c2 100644 --- a/src/background.js +++ b/src/background.js @@ -3,8 +3,8 @@ chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { 'bounds': { - 'width': 805, - 'height': 620 + 'width': 800, + 'height': 600 } }); }); \ No newline at end of file