| Index: iconAnimation.js | 
| =================================================================== | 
| --- a/iconAnimation.js | 
| +++ b/iconAnimation.js | 
| @@ -129,6 +129,6 @@ | 
| path = path.replace(/(?=\..+$)/, suffix); | 
| } | 
| - tab.pageAction.setIcon(path); | 
| + tab.browserAction.setIcon(path); | 
| } | 
| }; |