made window size larger

This commit is contained in:
Tankred Hase 2013-06-25 15:34:39 +02:00
parent 9f2096c8e3
commit 69d7b2a949
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
});
});