reduce manifest description length

description field in manifest is limited to 132 characters on chrome
This commit is contained in:
zombieFox 2021-08-29 11:48:47 +01:00
parent 5873d9fa45
commit e8363f0774
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nightTab",
"version": "7.0.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab -- a custom start page.",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",

View File

@ -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 -- a custom start page.",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "7.0.0",
"manifest_version": 2,
"chrome_url_overrides": {