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
67d98cf2a8
commit
c63f6edf03
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue