JavaScript code that sets up window.__iitc_gm_bridge__ in the page context.
Must define an object with two methods:
send(data: object): void — send a request from page to host environmentonResponse(callback: (base64Data: string) => void): void — register response handler
GM API configuration. When provided, enables GM API wrapping for injected plugins.