diff --git a/background.js b/background.js index f9e9bee..818a5b1 100644 --- a/background.js +++ b/background.js @@ -241,6 +241,8 @@ function launch(launchData) { var height = screenHeight; chrome.app.window.create(page, { + //We only want to allow a single instance of our app open at a time + id: "IL App", outerBounds: { width: width, height: height