From 900295819465275247e78d40f20f79f0d98a3fbe Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:41:19 -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 1705a9d..be747f3 100644 --- a/platform/firefox/js/background.js +++ b/platform/firefox/js/background.js @@ -147,7 +147,7 @@ async function fetchStarredSites() { // Update the Address Bar icon based on the site's status function updatePageAction(status, tabId) { - let iconPath = "res/ext_icon_144.png"; // Default extension icon + let iconPath = "res/icons/default.png"; // Default extension icon if (status === "safe") { iconPath = "res/icons/safe.png";