svelte-tailwind-extension-boilerplate
svelte-tailwind-extension-boilerplate copied to clipboard
A Chrome extension boilerplate built with Svelte, TailwindCSS, Jest, and Rollup.
Hi, I'm trying to upgrade to manifest v3 but I am not able to resolve the following error. ``` rollup v2.36.2 bundles src/manifest.json → dist... [!] Error: There were problems...
Not working debugging via IDE (like **vscode**) for typescript based chrome extension due to lack of source map within chrome extension.
[Enhancement] github workflow automation for automatic npm package update PRs (or dependabot)
Since I want to open my extension as a moveable popup window, I have to override` browserAction.onClicked` where I create the popup window using `chrome.windows.create` but I have to pass...