Implemented suggestion from issue #15. I attempted to make the main window come to the front but I think the PORT message listeners are destroyed by the time the function is called and chrome.windows is inaccessible. I also didn't want to modify messenger.js too much before the code gets refactored/rewritten.
Implemented suggestion from issue #15. I attempted to make the main window come to the front but I think the
PORT
message listeners are destroyed by the time the function is called andchrome.windows
is inaccessible. I also didn't want to modify messenger.js too much before the code gets refactored/rewritten.