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

**Search:** https://github.com/search?q=repo%3Amozilla%2Fweb-ext%20opera&type=code **Package:** https://github.com/mozilla/web-ext/blob/420aa78db72f6c8d10f7ae6cfa8a61be7cf43820/package.json#L58 Why Opera here is listen? Opera never been used or declared on Docs.

In addition to document the new UI to show content script in the tab devtools toolbox (tracked by mozilla/extension-workshop#1960) we should also add it to the prefs that are implicilty...

priority: enhancement

Bumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.5.0. Release notes Sourced from pino's releases. v9.5.0 What's Changed build(deps-dev): bump @​yao-pkg/pkg from 5.12.1 to 5.13.0 by @​dependabot in pinojs/pino#2042 build(deps): bump pino-abstract-transport from...

dependencies

Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.2.0. Release notes Sourced from debounce's releases. v2.2.0 Add .isPending property to the debounced function (#44) 1151e14 https://github.com/sindresorhus/debounce/compare/v2.1.1...v2.2.0 v2.1.1 Fix the class context validation (#43)...

dependencies

### Is this a feature request or a bug? Feature request ### What is the current behavior? Currently, the only Android-related `run` config is `firefox-android` ### What is the expected...

priority: enhancement
contrib: welcome

### Is this a feature request or a bug? Feature request ### What is the current behavior? Programmatically, the only way to sign is using `webExt.cmd.sign`, which also does a...

component: signing
priority: p5

### Is this a feature request or a bug? Feature request. ### What is the current behavior? `web-ext sign` always [builds the extension](https://github.com/mozilla/web-ext/blob/master/src/cmd/sign.js#L57-L63) (packages it into ZIP), and there is...

The `web-ext sign` command with environment variable `WEB_EXT_API_UPLOAD_SOURCE_CODE = ...` for uploading source code does not seem to be working. There are no errors or warnings and we can see...