web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

A command line tool to help build, run, and test web extensions

Results 238 web-ext issues
Sort by recently updated
recently updated
newest added

### Is this a feature request or a bug? Bug ### What is the current behavior? 1. Add the following configuration to a WebExtension project. ```js module.exports = { "lint":...

Bumps [open](https://github.com/sindresorhus/open) from 9.1.0 to 10.1.0. Release notes Sourced from open's releases. v10.1.0 Linux: Update xdg-open to 1.2.1 (#338) c702c66 https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0 v10.0.4 Fix support for passing predefined app to openApp()...

dependencies

### Is this a feature request or a bug? Bug. ### What is the current behavior? * Description: Encountering difficulties while attempting to test Spotify with Chromium using the `web-ext...

MV3 extensions originally developed for Chrome often use the `service_worker` key. Firefox does not support `background.service_worker` yet, and the lack of support for that is often a surprise (e.g. https://github.com/mozilla/web-ext/issues/3045)....

### Is this a feature request or a bug? Bug ### What is the current behavior? Running `web-ext run --no-reload --start-url about:addons --source-dir ./dist -v ` and then pressing Ctrl-C...

### Is this a feature request or a bug? bug ### What is the current behavior? Devtools fails to connect with the error: ``` Error: connect ECONNREFUSED 127.0.0.1:40911 at TCPConnectWrap.afterConnect...

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies

Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.1.0. Release notes Sourced from debounce's releases. v2.1.0 Add .trigger() function (#41) 1fe9160 https://github.com/sindresorhus/debounce/compare/v2.0.0...v2.1.0 v2.0.0 Breaking Require Node.js 18 and modern browsers 2872fb8 Removed support...

dependencies

web-ext sets many prefs that makes the browser not match reality. E.g. when I visit `about:config`, I noticed changes to security.fileuri.strict_origin_policy / security.fileuri.origin_policy, which results in an unrealistic same-origin policy...

type: bug