mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update background.js
This commit is contained in:
parent
ca698c84e2
commit
9002958194
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue