create-vite-plugin-web-extension icon indicating copy to clipboard operation
create-vite-plugin-web-extension copied to clipboard

An easy way to start a Vite Web Extension project using @samrum/vite-plugin-web-extension

Results 3 create-vite-plugin-web-extension issues
Sort by recently updated
recently updated
newest added

Prior to version `0.0.254`, the type of `ManifestBass["author"]` in `@types/chrome` was as follows: ```ts // ... export interface ManifestBase { // Required manifest_version: number; name: string; version: string; // Recommended...

I've been messing around with [Qwik](https://qwik.builder.io/) recently and it'd be cool to have it as an option here. I'm not sure if it's possible, but [there is SSG generation](https://qwik.builder.io/docs/guides/static-site-generation/) so....

``` content_scripts: [ { css:["../node_modules/element-plus/dist/index.css"], js: ["src/entries/contentScript/primary/main.ts"], matches: [ "https://mp.weixin.qq.com/*", "https://mmbiz.qpic.cn/*" ], }, ], ``` ![image](https://user-images.githubusercontent.com/62228539/236368469-9a322039-ca83-4100-a73f-2db80ad4e03f.png)