mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-07-01 06:40:33 +02:00
add package and manifest details
This commit is contained in:
21
package.json
21
package.json
@ -1,15 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "7.0.0",
|
"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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack serve --open --config webpack.dev.js",
|
"start": "webpack serve --open --config webpack.dev.js",
|
||||||
"build": "webpack --config webpack.prod.js"
|
"build": "webpack --config webpack.prod.js"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
"author": "",
|
"startpage",
|
||||||
|
"start-page",
|
||||||
|
"newtabpage",
|
||||||
|
"new-tab-page",
|
||||||
|
"tab",
|
||||||
|
"chrome-extension",
|
||||||
|
"extension",
|
||||||
|
"bookmarks",
|
||||||
|
"links",
|
||||||
|
"nightTab"
|
||||||
|
],
|
||||||
|
"author": "zombieFox",
|
||||||
"license": "GPL-3",
|
"license": "GPL-3",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/zombieFox/nightTab/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/zombieFox/nightTab#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"copy-webpack-plugin": "^6.4.1",
|
"copy-webpack-plugin": "^6.4.1",
|
||||||
"css-loader": "^5.2.5",
|
"css-loader": "^5.2.5",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"short_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",
|
"version": "7.0.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
|
Reference in New Issue
Block a user