This repository is intended as an example repository containing templates and good practices for creating an add-on for Firefox. This could be a general add-on, or a system add-on built in a separate repository to mozilla-central.
This repository is based on WebExtensions, which are the way forward for extensions in Firefox. There are a few issues with WebExtensions and SystemAddons, please see the Issues for more detail.
The aim is to bring together tools and services we've used on other system add-ons (e.g. Hello), into a template/example repository, so that new projects can come along and get a infrastructure together quickly, and be up and running with code, test suites, coverage etc quickly.
- Integration with m-c.
Please see the issues list
It is intended that all parts of this repository have at least outline documentation. If you find any parts that are missing, please file an issue or create a PR.