# chronicle-addon **Repository Path**: mirrors_mozilla/chronicle-addon ## Basic Information - **Project Name**: chronicle-addon - **Description**: addon for chronicle - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chronicle Firefox Add-on ## Install - Firefox () - Firefox Add-on SDK () ## Run - `cfx run` will start an instance of Firefox with an empty profile ## Build ### Firefox Add-on - Desktop and Mobile - Desktop: `cfx xpi` will build an xpi that can be installed in Firefox - Mobile: `cfx xpi --force-mobile` will build an xpi that can be installed in Firefox for Android ### Chrome Extension - Win: `chrome.exe --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pem` - Mac: `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=/PATH_TO_EXT_ROOT --pack-extension-key=/EXT_KEY.pem` - Lnx: `./chrome --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pem` _Note: pem file is only needed when packaging for public distribution_