[refactor] improve theme accent preset names

This commit is contained in:
zombieFox 2020-05-01 23:56:20 +01:00
parent 54dd036c11
commit b9aee965f7
5 changed files with 446 additions and 756 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.30.0",
"version": "5.31.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.30.0",
"version": "5.31.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.30.0";
var current = "5.31.0";
var name = "Zonked Tarsier";

View File

@ -2,7 +2,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.",
"version": "5.30.0",
"version": "5.31.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"