From c63f6edf0383d52ad132ad43ae46700d53fdca27 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:42:29 -0400 Subject: [PATCH] Update background.js --- platform/chromium/js/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chromium/js/background.js b/platform/chromium/js/background.js index 9308a24..9c6fc0d 100644 --- a/platform/chromium/js/background.js +++ b/platform/chromium/js/background.js @@ -166,8 +166,8 @@ function updatePageAction(status, tabId) { 38: "../res/icons/starred_38.png", }, default: { - 19: "../res/ext_icon_144.png", - 38: "../res/ext_icon_144.png", // fallback to a known good icon + 19: "../res/icons/default_19.png", + 38: "../res/icons/default_38.png", // fallback to a known good icon }, };