more verbose logging, fixed minor namespace pollution

This commit is contained in:
R. Aidan Campbell
2017-03-02 11:02:08 -07:00
parent 2d4fc6628f
commit 7a87c76091
3 changed files with 8 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ function createWindow(state) {
}
chrome.app.runtime.onLaunched.addListener(function() {
console.log('Chrome app runtime launched.');
var windowState = 'normal';
if (chrome.storage) {