I'm having trouble creating a popup for my chrome extension. The service worker keeps track of all active login sessions, and whenever a sign-out event is detected, a message is sent to one of the content scripts. Upon receiving the message, i want the content script to open an html file with a list of the remaining sessions, but I'm having trouble doing this. Does anyone know of any methods I can use?? What link do I use??