|
1234567891011121314151617181920212223242526272829 |
- [![Build Status](https://travis-ci.org/lesspass/webextension.svg?branch=master)](https://travis-ci.org/lesspass/webextension)
-
- > chrome and firefox web extension for LessPass password manager
-
- ![LessPass extension](screenshot.png?raw=true "LessPass screenshot")
-
- # Tests
-
- npm install
- npm test
-
- # Build
-
- npm run build
-
- extensions are in `./build` folder
-
- ./build/lesspass.chrome.zip
- ./build/lesspass.firefox.xpi
-
-
- ## License
-
- This project is licensed under the terms of the GNU GPLv3.
-
-
- ## Issues
-
- report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)
|