# Mozilla Add-on API credentials for Firefox extension signing # Get yours at: https://addons.mozilla.org/developers/addon/api/key/ # # Copy this file to .env and fill in your values: # cp .env.example .env WEB_EXT_API_KEY="user:12345:678" WEB_EXT_API_SECRET="your-secret-here"