All Projects → mozilla → addon-compatibility-reporter

mozilla / addon-compatibility-reporter

Licence: other
Add-on Compatibility Reporter (Redux)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Add-on Compatibility Reporter (ACR)

ACR is an add-on for Firefox that lets you report whether add-ons are compatible with your version of Firefox. This includes reporting on multiprocess compatibility.

Mozilla monitors these reports and keeps an eye on misbehaving add-ons to ensure Firefox users have the best experience.

This version of ACR is built with the Add-ons SDK, available for download at: https://addons.mozilla.org/developers/builder

Project page: https://wiki.mozilla.org/AMO:Projects/ACR

Developed by Mozilla in collaboration with Briks Software: http://briks.si

Installation

If you want to install this add-on as an end-user, please download it from the Mozilla Add-ons site.

Development

To work on ACR, use jpm. You'll need node/npm installed.

npm install -g jpm
git clone [email protected]:mozilla/addon-compatibility-reporter.git

Then use jpm run inside your ACR folder. A new Firefox profile with ACR installed will appear.

Test against a local addons-server

If you want to test your reports against a local addons-server instance and have followed addons-server's install docs, you can change extensions.acr.amo_host in about:config to http://olympia.dev.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].