changed default window size to include everything we need. This closes #55

This commit is contained in:
R. Aidan Campbell 2016-05-06 11:11:46 -04:00
parent f39b6486bf
commit b465034d6d

View File

@ -2,5 +2,8 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
state: "normal",
bounds: {
width: 770, height: 440
}
});
});