diff --git a/proxy/init-webext.js b/proxy/init-webext.js index 2f4f156..c641621 100644 --- a/proxy/init-webext.js +++ b/proxy/init-webext.js @@ -36,6 +36,7 @@ var debug, snowflake, config, broker, ui, log, dbg, init, update, silenceNotific missingFeature: true }); }); + chrome.browserAction.setIcon({ path: { 32: "icons/status-off.png" } }); return; }