Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.14 KB

NanoPass Chrome Extension

A Chrome extension for using the Ledger Nano-S password manager

This extension is currently only a proof-of-concept, it may not work correctly accross many website, and also features bugs.

Requirements

Requires Chrome version >= 93.

Requires enabling experimental web platform features: chrome://flags/#enable-experimental-web-platform-features

Installation

Download the packed extension zip file nanopass-chrome-ext.zip. Go to chrome extensions manager at chrome://extensions/ and drag-and-drop the zip file there.

Contributing

I'm not a web technologies expert, nor a graphic designer, this project can surely be improved in many ways. Any contribution is welcome!

Licensing

NanoPass Chrome Extension is released under MIT License. See LICENSE.md.

The included file src/lottie.js is under MIT License. See LICENSE-LOTTIE.md and lottie-web project.

The included file src/jquery-3.5.1.min.js is under MIT License. See LICENSE-JQUERY.md and jquery project.