mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-05 21:49:28 +01:00
reduce manifest description length
description field in manifest is limited to 132 characters on chrome
This commit is contained in:
parent
5873d9fa45
commit
e8363f0774
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user