const configs = await sendToBackground({ name: "getExtensionConfig", extensionId: "xxxxxxxxxxxxxxxxxxx" // find this in chrome's extension manager }) console.log("---------configs") console.log(configs) <img width="614" alt="Image" src="https://github.com/user-attachments/assets/2c2cf255-86d7-4a20-b7e9-ef0eb0aa8f68" />
const configs = await sendToBackground({
name: "getExtensionConfig",
extensionId: "xxxxxxxxxxxxxxxxxxx" // find this in chrome's extension manager
})
console.log("---------configs")
console.log(configs)