mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
[feature] improve link add default state
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.57.0",
|
"version": "5.58.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.57.0",
|
"version": "5.58.0",
|
||||||
"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.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -180,9 +180,9 @@ var link = (function() {
|
|||||||
stagedLink.link.color.rgb.r = 0;
|
stagedLink.link.color.rgb.r = 0;
|
||||||
stagedLink.link.color.rgb.g = 0;
|
stagedLink.link.color.rgb.g = 0;
|
||||||
stagedLink.link.color.rgb.b = 0;
|
stagedLink.link.color.rgb.b = 0;
|
||||||
stagedLink.link.color.opacity = 1;
|
stagedLink.link.color.opacity = state.get.current().link.item.color.opacity;
|
||||||
stagedLink.link.image.url = "";
|
stagedLink.link.image.url = "";
|
||||||
stagedLink.link.image.opacity = 1;
|
stagedLink.link.image.opacity = state.get.current().link.item.image.opacity;
|
||||||
stagedLink.link.wide = false;
|
stagedLink.link.wide = false;
|
||||||
stagedLink.link.tall = false;
|
stagedLink.link.tall = false;
|
||||||
stagedLink.link.searchMatch = false;
|
stagedLink.link.searchMatch = false;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "5.57.0";
|
var current = "5.58.0";
|
||||||
|
|
||||||
var name = "Jaded Raven";
|
var name = "Jaded Raven";
|
||||||
|
|
||||||
|
@ -2,7 +2,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.",
|
||||||
"version": "5.57.0",
|
"version": "5.58.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Reference in New Issue
Block a user