How to inject content scripts when the icon is clicked, without using onClicked.addListener() in the background page, because this will prevents the popup from showing up.
I want the popup to display and a content script to be injected simultaneously (to get the text highlighted in the page)