diff --git a/chrome/resources/icons.css b/chrome/resources/icons.css index 814126d..df34743 100644 --- a/chrome/resources/icons.css +++ b/chrome/resources/icons.css @@ -985,7 +985,7 @@ img[src="chrome://browser/content/shopping/assets/shopping.svg"] { &[image="chrome://browser/skin/quickactions.svg"] { background-image: url(./icons/quick-actions.svg) !important; } - &[image="chrome://browser/skin/tab.svg"] { + &[image="chrome://browser/skin/tab.svg"], &[image="chrome://browser/skin/tabs.svg"] { background-image: url(./icons/tab.svg) !important; } &[image="chrome://browser/skin/bookmark.svg"] { diff --git a/custom/resources/version.css b/custom/resources/version.css index e00ebed..2a81255 100644 --- a/custom/resources/version.css +++ b/custom/resources/version.css @@ -12,7 +12,7 @@ background-position: 4px 0; -moz-context-properties: fill; fill: currentColor; - content: "zapsCoolPhotonTheme v0.24.57 (webextension)"; + content: "zapsCoolPhotonTheme v0.24.58 (webextension)"; position: absolute; height: 48px; overflow: visible; diff --git a/manifest.json b/manifest.json index 446646e..400db57 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "homepage_url": "https://github.com/zapSNH/zapsCoolPhotonTheme", - "version": "0.24.57.1", + "version": "0.24.58.1", "author": "zapsnh", "default_locale": "en", "description": "__MSG_extensionDescription__", diff --git a/updates.json b/updates.json index 1b624c5..729d5b5 100644 --- a/updates.json +++ b/updates.json @@ -3,8 +3,8 @@ "coolPhotonTheme@zapsnh": { "updates": [ { - "version": "0.24.57", - "update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.57/zapsCoolPhotonTheme-esr.xpi", + "version": "0.24.58", + "update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.58/zapsCoolPhotonTheme-esr.xpi", "applications": { "gecko": { "strict_min_version": "128.0", @@ -13,8 +13,8 @@ } }, { - "version": "0.24.57.1", - "update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.57/zapsCoolPhotonTheme.xpi", + "version": "0.24.58.1", + "update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.58/zapsCoolPhotonTheme.xpi", "applications": { "gecko": { "strict_min_version": "129.0"