Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozillasocial/fedifox-webextension

A Mastodon client built as a Web Extension for Firefox and Chrome
https://github.com/mozillasocial/fedifox-webextension

chrome chrome-extension fediverse firefox firefox-addon mastodon social

Last synced: 5 days ago
JSON representation

A Mastodon client built as a Web Extension for Firefox and Chrome

Awesome Lists containing this project

README

        

# FediFox

FediFox is a Mastodon client built as a Web Extension for Firefox and Chrome. With FediFox, you can see the home feed, create new posts, share URLs, reblog, boost, and more.

## Nightly

If you want to test the dev edition of FediFox, you can download the nightly release from the [build](https://github.com/MozillaSocial/fedifox-webextension/actions/workflows/build.yaml) GitHub action.

## How to install

1. Install the dependencies, `npm install`
2. Run the web extension, `npm run dev`
This command uses `web-ext run` internally. To change the default settings of web-ext, read [here](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#web-ext_run).

## How to build

1. Install the dependencies, `npm install`
2. `npm run build`

## Contributing

See the [guidelines][contributing-link] for contributing to this project.

This project is governed by a [Code Of Conduct][coc-link].

Please see our [security][security-link] documentation to disclose a potential security vulnerability.

## [License][license-link]

This web extension is licensed under the [Mozilla Public License, version 2.0][license-link].

[contributing-link]: docs/contributing.md
[coc-link]: docs/code_of_conduct.md
[security-link]: docs/SECURITY.md
[license-link]: /LICENSE