From 90ccda2e66de1d2d9fed9b77bcbcb5984d8c4c8e Mon Sep 17 00:00:00 2001 From: Kuldeep M Date: Fri, 1 Oct 2021 21:42:43 +0100 Subject: [PATCH] change manifest description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3efd218..fbedbc84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nightTab", "version": "7.1.1", - "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", + "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.", "main": "index.js", "scripts": { "start": "webpack serve --open --config webpack.dev.js",