| Index: chrome/ext/background.js |
| diff --git a/chrome/ext/background.js b/chrome/ext/background.js |
| index 44fe36ebdc33532d3175801a8d5fd5e25b4c5633..fe0cd37f2fa1b68ff83ab00a5ab9a4f46811777b 100644 |
| --- a/chrome/ext/background.js |
| +++ b/chrome/ext/background.js |
| @@ -183,8 +183,12 @@ |
| chrome.browserAction.setIcon({ |
| tabId: this._tabId, |
| path: { |
| + 16: this._changes.iconPath.replace("$size", "16"), |
| 19: this._changes.iconPath.replace("$size", "19"), |
| - 38: this._changes.iconPath.replace("$size", "38") |
| + 20: this._changes.iconPath.replace("$size", "20"), |
| + 32: this._changes.iconPath.replace("$size", "32"), |
| + 38: this._changes.iconPath.replace("$size", "38"), |
| + 40: this._changes.iconPath.replace("$size", "40") |
| } |
| }); |
| } |