From 5873d9fa45bdc4ab74f611c498bdcf4330fc8ad5 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 29 Aug 2021 09:31:41 +0100 Subject: [PATCH] add package and manifest details --- package.json | 21 ++++++++++++++++++--- src/manifest.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d898da10..2a1403dc 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,30 @@ { "name": "nightTab", "version": "7.0.0", - "description": "", + "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab -- a custom start page.", "main": "index.js", "scripts": { "start": "webpack serve --open --config webpack.dev.js", "build": "webpack --config webpack.prod.js" }, - "keywords": [], - "author": "", + "keywords": [ + "startpage", + "start-page", + "newtabpage", + "new-tab-page", + "tab", + "chrome-extension", + "extension", + "bookmarks", + "links", + "nightTab" + ], + "author": "zombieFox", "license": "GPL-3", + "bugs": { + "url": "https://github.com/zombieFox/nightTab/issues" + }, + "homepage": "https://github.com/zombieFox/nightTab#readme", "devDependencies": { "copy-webpack-plugin": "^6.4.1", "css-loader": "^5.2.5", diff --git a/src/manifest.json b/src/manifest.json index 7984d6cb..79f72c45 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "nightTab", "short_name": "nightTab", - "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 in nightTab -- a custom start page.", "version": "7.0.0", "manifest_version": 2, "chrome_url_overrides": {