 Issue 5838171610808320:
  Added high resolution icons for Retina displays  (Closed)
    
  
    Issue 5838171610808320:
  Added high resolution icons for Retina displays  (Closed) 
  | Index: safari/ext/background.js | 
| =================================================================== | 
| --- a/safari/ext/background.js | 
| +++ b/safari/ext/background.js | 
| @@ -240,7 +240,7 @@ | 
| }, | 
| setIcon: function(path) | 
| { | 
| - this._set("image", safari.extension.baseURI + path); | 
| + this._set("image", safari.extension.baseURI + path.replace("$size", "16")); | 
| }, | 
| setBadge: function(badge) | 
| { |