| Index: ext/background.js |
| =================================================================== |
| --- a/ext/background.js |
| +++ b/ext/background.js |
| @@ -220,7 +220,9 @@ |
| tabId: this._tabId, |
| path: { |
| 19: this._changes.iconPath.replace("$size", "19"), |
| - 38: this._changes.iconPath.replace("$size", "38") |
| + 20: this._changes.iconPath.replace("$size", "20"), |
| + 38: this._changes.iconPath.replace("$size", "38"), |
| + 40: this._changes.iconPath.replace("$size", "40") |
| } |
| }); |
| } |