diff --git a/src/background.js b/src/background.js index 360c558..a6c3202 100644 --- a/src/background.js +++ b/src/background.js @@ -1,10 +1,10 @@ 'use strict'; chrome.app.runtime.onLaunched.addListener(function() { - chrome.app.window.create('index.html', { - 'bounds': { - 'width': 1024, - 'height': 650 - } - }); + chrome.app.window.create('ui/index.html', { + 'bounds': { + 'width': 1024, + 'height': 768 + } + }); }); \ No newline at end of file