From 69d7b2a949b21d148406a55788df315dfa5bd243 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 25 Jun 2013 15:34:39 +0200 Subject: [PATCH] made window size larger --- src/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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