diff --git a/static/js/background.js b/static/js/background.js index 6ffa8b6..09e81e7 100644 --- a/static/js/background.js +++ b/static/js/background.js @@ -2,5 +2,8 @@ chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { state: "normal", + bounds: { + width: 770, height: 440 + } }); }); \ No newline at end of file