Failed to dynamically inject content script using activeTab
I want to inject content script using
When I am referring the file like this
and executing it like this
I get the error
but I am able to navigate to the url and open it in the tab like this (attached image)
I have also attached the manifest.
activeTab permissions through my background script.When I am referring the file like this
import contentFile from "url:./lib/content.tsx"and executing it like this
I get the error
but I am able to navigate to the url and open it in the tab like this (attached image)
I have also attached the manifest.


