From 75e8ca99c580d3656f8bc9cc21e17a3e7662cf2e Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Wed, 13 Mar 2019 01:13:05 +0100 Subject: [PATCH] README: add intro --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d2e9e..165c188 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Browserpass - native host +# Browserpass - native messaging host + +This is a host application for [browserpass](https://github.com/browserpass/browserpass-extension) browser extension providing it access to your password store. The communication is handled through [Native Messaging API](https://developer.chrome.com/extensions/nativeMessaging). ## Installation