chrome.action.onClicked.addListener(() => { const url = chrome.runtime.getURL("plex.html"); chrome.tabs.create({ url }); });