blob: cd11cb3e84ea51f8312cba623ced929d5ab61058 [file] [log] [blame]
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('connectWindow.html', {
'bounds': {
'width': 522,
'height': 253
},
minWidth: 522,
minHeight: 253,
maxWidth: 522,
maxHeight: 253
});
});