Firefox and Chrome extension used to help ezPAARSE contributors for analyzing platforms URLs.
It's a companion extension for ezPAARSE logger.
- Get API keys
Connect to Mozilla Addons, get a JWT issuer and secret and put them in the AMO_API_KEY and AMO_API_SECRET environnement variables.
- Adapt the manifest file
As of now, firefox does not support service_workers. Therefore, "service_worker": "background.js" should be manually replaced by "scripts": ["background.js"] in the manifest.json before building the extension.
- Build the extension
make signThe XPI file will be generated in the web-ext-artifacts directory.