wxt icon indicating copy to clipboard operation
wxt copied to clipboard

⚡ Next-gen Web Extension Framework

Results 232 wxt issues
Sort by recently updated
recently updated
newest added

### Describe the bug The `web-ext.config.ts` in the project directory is working just fine. I'm trying to use it globally as mentioned in the docs by putting it in `~/web-ext.config.ts`...

bug
upstream

For my extension I need to mount my app immediately after a precise div. However, this div is not immediately available when the page is loaded. To do this I...

feature
contribution welcome

## Feature Request Replacement for `browser.runtime.sendMessage`/`browser.runtime.connect`/`browser.tabs.sendMessage`. The APIs provided by Chrome are difficult to use, not type-safe, and leads to bad DX. In particular, the messaging API should support the...

In my current setup, for certain urls in manifest.json I am replacing them with webpack during buildtime (prod/dev/test). Does wxt support this behavior OR is there anyway to define custom...

feature

https://discord.com/channels/1212416027611365476/1236696883699646587/1236743318600417441

This is an issue for addressing several issues with how entrypoints are imported to get their options. - [ ] #336 - [ ] #504 - [ ] #634 -...

feature

### Feature Request https://discord.com/channels/1212416027611365476/1231671562566897904/1231671562566897904

contribution welcome

### Feature Request As discussed in #335, it is possible to load ESM content scripts using a dynamic import. The downside is that since it's async, the standard `run_at` option...

### Describe the bug A clear and concise description of what the bug is. ### To Reproduce 1. `git clone [email protected]:tjx666/open-related-websites.git` 2. `git reset --hard ef81483a71bf2345def48aa2df423b3df1119b94` 3. `pnpm dev` 4....

bug
vite plugin

### Describe the bug Dotfiles cannot be included in a `sources.zip` using `includeSources` (added in #378) after the changes made in #501: `**/*` passed to `fast-glob` doesn't match dotfiles without...

triage