sveltekit-adapter-chrome-extension
sveltekit-adapter-chrome-extension copied to clipboard
Sveltekit adapter for making chrome extensions
I look for the best way to [inject statically](https://developer.chrome.com/docs/extensions/mv3/content_scripts/#static-declarative) the content script. Because svelte can't generate specific js file, do I have to declare it in static directory ?
What steps are necessary to make this adapter work both with chrome and firefox?
Hi! I'm trying to write an extension which accesses the chrome bookmarks API, but I'm having some trouble understanding how to use it correctly in the context of sveltekit. I...
When using the `fallback` option to generate an SPA (which is probably useful for a lot of extensions), the generated html file will not be rewritten. This might be because...
Hi This has been working great for me with a static content.js in the /static/ directory, but now I ned to import cheerio and other modules into my content.js, so...
- Corrected a typo in the glob function options (aboslute to absolute). - Removed unnecessary map function and simplified the file processing loop.