* @param {*} message - The message itself. This is a JSON-ifiable object.
* @param {chrome.runtime.MessageSender} sender
* @param {(response: any) => void} sendResponse - A function to call, at most once, to send a response to the message. The function takes a single argument, which may be any JSON-ifiable object. This argument is passed back to the message sender.