Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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