From cd576daa957bec37f48cde982595fab9e405fa80 Mon Sep 17 00:00:00 2001 From: jdgregson Date: Thu, 5 Aug 2021 22:58:23 -0700 Subject: [PATCH] Updated README.md. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae14ba2..576e280 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,18 @@

# Browser Guard -Protect browsers from accessing untrusted websites. A browser extension for the paranoid. \ No newline at end of file +Protect browsers from accessing untrusted websites. A browser extension for the paranoid. + +## How it Works +Browser Guard intercepts all top-level navigation requests and checks if the destination is on your list of trusted domains. If it is not found, the request is blocked, and you're given the option to temporarily or permanently trust the domain. + +## How to Install Browser Guard +Browser Guard is currently pending in several browser extension stores. A direct link will be provided here once it is listed there. For now, you can download one of the releases and manually install it in your browser of choice, assuming you use one of the following: + - Firefox + - Chrome + - A Chrome-based browser + +You can also clone the repository, build the TypeScript files yourself, and install the extension using the `/src` directory in your repository. + +## Privacy +Browser Guard takes your privacy seriously. No data is collected by Browser Guard at any point, an no connections are ever made to any remote servers. \ No newline at end of file