add package and manifest details
This commit is contained in:
parent
b5bd5dba56
commit
5873d9fa45
21
package.json
21
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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue