# lockbox-extension **Repository Path**: mirrors_timvisee/lockbox-extension ## Basic Information - **Project Name**: lockbox-extension - **Description**: Lockbox extension for Firefox - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: gtk-theme-fix - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status][travis-image]][travis-link] [![Coverage Status][codecov-image]][codecov-link] # Lockbox for Firefox Lockbox for Firefox is a work-in-progress extension for Firefox to improve upon Firefox's built-in password management. If you're interested, you should probably come back later when we have more to show! ## [Quick Installation][install-link] If you'd like to quickly **start up a new Firefox profile on Nightly** with Lockbox installed for development/testing, you can run: ```sh npm install npm run-script run -- -b nightly ``` ## [Documentation][docs-link] For detailed documentation and installation instructions, please see the [`docs` directory][docs-link]. ## Contributing ## See the [guidelines][contributing-link] for contributing to this project. This project is governed by a [Code Of Conduct][coc-link]. ## [License][license-link] This extension is licensed under the [Mozilla Public License, version 2.0][license-link]. [travis-image]: https://travis-ci.org/mozilla-lockbox/lockbox-extension.svg?branch=master [travis-link]: https://travis-ci.org/mozilla-lockbox/lockbox-extension [codecov-image]: https://img.shields.io/codecov/c/github/mozilla-lockbox/lockbox-extension.svg [codecov-link]: https://codecov.io/gh/mozilla-lockbox/lockbox-extension [install-link]: /docs/install.md [docs-link]: /docs [contributing-link]: docs/contributing.md [coc-link]: docs/code_of_conduct.md [license-link]: /LICENSE