-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

web-ext


> A command-line tool for managing web extension development.

More information.


Run the web extension in the current directory in Firefox:

web-ext run

Run a web extension from a specific directory in Firefox:

web-ext run --source-dir {path/to/directory}

Display verbose execution output:

web-ext run --verbose

Run a web extension in Firefox Android:

web-ext run --target firefox-android

Lint the manifest and source files for errors:

web-ext lint

Build and package the extension:

web-ext build

Display verbose build output:

web-ext build --verbose

Sign a package for self-hosting:

web-ext sign --api-key {api_key} --api-secret {api_secret}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:33:41 2024