···24242525 if (logos) {
2626 const tab = logos[0].href;
2727- console.log("closeCurrentTab", closeCurrentTab);
2827 if (closeCurrentTab) window.close(); // TODO: Scripts may only close windows that were opened by a script.
2928 browser.runtime.sendMessage({ toTab: tab });
3029 }