Closed skube closed 10 months ago
Hi @skube, I think what you are looking for is the scripting API.
The boilerplate is just a convenience thing to enable react + tailwind and generate your JS files + manifest. It shouldn't be any different from your standard way of implementing a Chrome Extension.
Thanks @JohnBra. I guess I'm a little confused how to generate the some-accessible-script.js
from a .ts
file? Or I just create the .js
"outside" of the boilerplate system?
My use-case requires a script to be web accessible. This is neither a content script nor a background script. Normally, I would simply list the script in the
manifest.json
:How does one accomplish this with this boilerplate?