Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-lockwise/lockbox-extension
Experimental Firefox extension for login management experiences, not being actively developed
https://github.com/mozilla-lockwise/lockbox-extension
cryptography extension firefox firefox-extension lockbox mozilla passwords security
Last synced: 3 months ago
JSON representation
Experimental Firefox extension for login management experiences, not being actively developed
- Host: GitHub
- URL: https://github.com/mozilla-lockwise/lockbox-extension
- Owner: mozilla-lockwise
- License: mpl-2.0
- Archived: true
- Created: 2017-07-10T17:51:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T15:04:40.000Z (almost 6 years ago)
- Last Synced: 2024-06-15T13:34:50.747Z (5 months ago)
- Topics: cryptography, extension, firefox, firefox-extension, lockbox, mozilla, passwords, security
- Language: JavaScript
- Homepage:
- Size: 3.95 MB
- Stars: 127
- Watchers: 23
- Forks: 26
- Open Issues: 134
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
- Codeowners: docs/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
- awesome-repositories - mozilla-lockwise/lockbox-extension - Experimental Firefox extension for login management experiences, not being actively developed (JavaScript)
README
[![Build Status][travis-image]][travis-link]
[![Coverage Status][codecov-image]][codecov-link]
[![Waffle Board][waffle-image]][waffle-link]
[![Greenkeeper badge][greenkeeper-image]][greenkeeper-link]# Lockbox for Firefox
Lockbox for Firefox is an experimental extension prototype for Firefox.
:warning: **Note: This is no longer an actively-developed prototype and not
officially supported. Any data stored is not guaranteed to be retained in
future updates.**## [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]
*This is just one component of the Lockbox product. Please see the
[Lockbox website][org-website] for more context.*For detailed documentation and installation instructions about this component,
please see the [`docs` directory][docs-link].## Contributing ##
:warning: **Note: This is not an actively-developed prototype and we are not
actively seeking contributions at this time.**See the [guidelines][contributing-link] for contributing to this project.
This project is governed by a [Code Of Conduct][coc-link].
To disclose potential a security vulnerability please see our
[security][security-link] documentation.## [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
[waffle-image]: https://badge.waffle.io/mozilla-lockbox/lockbox-extension.svg?columns=In%20Progress
[waffle-link]: https://waffle.io/mozilla-lockbox/lockbox-extension
[greenkeeper-image]: https://badges.greenkeeper.io/mozilla-lockbox/lockbox-extension.svg
[greenkeeper-link]: https://greenkeeper.io/
[install-link]: /docs/developer/install.md
[org-website]: https://mozilla-lockbox.github.io/
[docs-link]: /docs
[contributing-link]: docs/contributing.md
[coc-link]: docs/code_of_conduct.md
[security-link]: docs/SECURITY.md
[license-link]: /LICENSE