chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { 'bounds': { 'width': 430, 'height': 800 }, 'minWidth': 430 }); });