From ac5d2d2a1a1bfc8220f668f7f7b63f61219677d0 Mon Sep 17 00:00:00 2001 From: lincolncoe Date: Thu, 26 Apr 2018 13:41:30 -0600 Subject: [PATCH] Adding the app ID again to prevent multiple launches --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index e61ddec..818a5b1 100644 --- a/background.js +++ b/background.js @@ -242,7 +242,7 @@ function launch(launchData) { chrome.app.window.create(page, { //We only want to allow a single instance of our app open at a time - //id: "IL App", + id: "IL App", outerBounds: { width: width, height: height