Context --- - I need to be able to message the Chromium side panel for a cross-context generator - I can't use `this` on the message receiver because the side panel metadata doesn't appear in the trace - I think exporting thisTarget would allow it?: https://github.com/pixiebrix/webext-messenger/blob/7a50772e53c6df20851b3df62d17f6f7e0e20156/source/thisTarget.ts#L43 - Code reference: https://github.com/pixiebrix/pixiebrix-source/blob/feature%2F2047-copilot-extension/apps/browser-extension/src/extensionPages/extensionPagePlatform.ts#L306-L306 I'm trying to send to the target to the background so that the background initiate messages for the generator back to the target: <img width="553" alt="Image" src="https://github.com/user-attachments/assets/b4990d7d-438c-43cc-96fb-3de8f121453e" />