I'm new to Chrome extension development, and I'm a bit struggling with the architecture to put in place. I would like to develop an extension (browser_action), that, when the button is clicked, opens a window where information will be populated from the WebTraffic. I figured out I could use the WebRequest API to get info about the traffic.
I could create a popup window, but it's displayed only when I click on the extension button, and hides as soon as I click somewhere else
I tried creating a background window, but it does not show up.
I'd be very grateful if anyone could help me with the initial setup of my application.
Thanks in advance