chrome.action.onClicked.addListener((tab) => { chrome.windows.create({ url: chrome.runtime.getURL("popup.html"), type: "popup", width: 850, height: 700 }); });