diff --git a/src/background.js b/src/background.js index 14d33c2..360c558 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': 800, - 'height': 600 + 'width': 1024, + 'height': 650 } }); }); \ No newline at end of file