From 83b0fe52be3118dd7bd07eb054ab9a803102606c Mon Sep 17 00:00:00 2001 From: deepjyoti30 Date: Wed, 13 May 2020 12:03:47 +0530 Subject: [PATCH] Added README --- README.md | 21 +++++++++++++++++++++ config.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd5ca06 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Minimal Startpage + +Just another minimal startpage for browsers. + +## How to Use + +- Clone the repo + + ```console + git clone https://github.com/deepjyoti30/startpage + ``` + + Alternately, you can download and extract from the browser. + +- On chrome, open extensions from the tool menu or open it from [chrome://extensions](chrome://extensions). + +- Click on load unpacked, navigate to the directory where you cloned the repo and select it. + +## Settings + +For the time being you need to edit the ```config.json``` file present in the root directory of the repo and then install the extension by following the above steps. diff --git a/config.json b/config.json index 27996d4..18bc16b 100644 --- a/config.json +++ b/config.json @@ -30,6 +30,6 @@ } ], "user": "Deepjyoti", - "disableMessage": false, + "disableMessage": true, "disableDate": false }