LinuxCommandLibrary

web-ext

web-ext

TLDR

Run the web extension in the current directory in Firefox

$ web-ext run
copy


Run a web extension from a specific directory in Firefox
$ web-ext run --source-dir [path/to/directory]
copy


Display verbose execution output
$ web-ext run --verbose
copy


Run a web extension in Firefox Android
$ web-ext run --target firefox-android
copy


Lint the manifest and source files for errors
$ web-ext lint
copy


Build and package the extension
$ web-ext build
copy


Display verbose build output
$ web-ext build --verbose
copy


Sign a package for self-hosting
$ web-ext sign --api-key [api_key] --api-secret [api_secret]
copy

Copied to clipboard