Update background.js

This commit is contained in:
Kenneth Hendricks 2024-10-22 18:41:19 -04:00 committed by GitHub
parent ca698c84e2
commit 9002958194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";