web-ext
                                
                                 web-ext copied to clipboard
                                
                                    web-ext copied to clipboard
                            
                            
                            
                        A command line tool to help build, run, and test web extensions
## Overview This closes #2899. Add a new parameter, `--chromium-pref`, which lets users configure [some profile settings](https://chromium.googlesource.com/chromium/src/+/main/chrome/common/pref_names.h) when running the `web-ext run` command. For default preferences, I set `extensions.ui.developer_mode=true` so...
Fixes #2993. Add a patch that turns the `run.js` sourceDir into an absolute path.
### Is this a feature request or a bug? Bug. ### What is the current behavior? When running `webExt.cmd.run` in a NodeJS script, Firefox fails to open, and `web-ext` fails...
The CI job build-nodejs-experimental has been changed in #3014 to make it not strict on unit tests failures to unblock updating the CI job to remove the old nodejs 16...
### Is this a feature request or a bug? Feature / discussion ### What is the current behavior? If you are developing an addon page, you quickly notice that your...
In Firefox, MV3 extensions are not granted host permissions at install time (MDN: [`host_permissions`: Requested permissions and user prompts](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions#requested_permissions_and_user_prompts)). This includes patterns in content scripts and `host_permissions`. To avoid developer...
### Is this a feature request or a bug? BUG - but likely in Edge, although may be fixable here. ### What is the current behavior? STR: 1. Have a...
Bumps [parse-json](https://github.com/sindresorhus/parse-json) from 7.1.1 to 8.1.0. Release notes Sourced from parse-json's releases. v8.1.0 Remove json-parse-even-better-errors dependency (#47) 1acdef5 https://github.com/sindresorhus/parse-json/compare/v8.0.1...v8.1.0 v8.0.1 Fix code frame for parsing { (#44) 13cf9c1 https://github.com/sindresorhus/parse-json/compare/v8.0.0...v8.0.1 v8.0.0...
### Is this a feature request or a bug? Feature request ### What is the current behavior? When I pass a directory into the `watchFile`, it emits UsageError. ### What...
Bumps [chrome-launcher](https://github.com/GoogleChrome/chrome-launcher) from 0.15.1 to 1.0.0. Release notes Sourced from chrome-launcher's releases. v0.15.2 (Mon, April 17 2023) 76b6a13c Update logLevel option typing (#295) 60044483 Update headless=chrome flag to headless=new (#290)...