diff --git a/src/background.js b/src/background.js index 61f7e85..a30f209 100644 --- a/src/background.js +++ b/src/background.js @@ -2,15 +2,13 @@ chrome.app.runtime.onLaunched.addListener(function() { - chrome.runtime.getPlatformInfo(function() { - // open chrome app in new window - chrome.app.window.create('index.html', { - id: '0', - innerBounds: { - width: 1280, - height: 800 - } - }); + // open chrome app in new window + chrome.app.window.create('index.html', { + id: '0', + innerBounds: { + width: 1280, + height: 800 + } }); }); \ No newline at end of file diff --git a/src/index.html b/src/index.html index 9092ed2..6316faf 100644 --- a/src/index.html +++ b/src/index.html @@ -29,7 +29,7 @@ - +