merged, because I was an idiot who didn't pull before working

This commit is contained in:
R. Aidan Campbell
2016-05-09 09:12:08 -04:00
7 changed files with 40 additions and 55 deletions

View File

@@ -1,6 +1,8 @@
// just start the app in fullscreen
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
state: "normal",
bounds: {
width: 850, height: 500
}
});
});