From 67d98cf2a8c95c538a671c266ffd11b99b915779 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:41:42 -0400 Subject: [PATCH] Update background.js --- platform/firefox/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/js/background.js b/platform/firefox/js/background.js index be747f3..7fd5bb3 100644 --- a/platform/firefox/js/background.js +++ b/platform/firefox/js/background.js @@ -158,7 +158,7 @@ function updatePageAction(status, tabId) { } else if (status === "starred") { iconPath = "res/icons/starred.png"; } else if (status === "default") { - iconPath = "res/ext_icon_144.png"; + iconPath = "res/icons/default.png"; } // Show the page action (icon in the address bar)