| @@ -31,5 +31,5 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => { | |||
| }); | |||
| chrome.browserAction.setBadgeBackgroundColor({ | |||
| color: "#666" | |||
| color: "#0071b3" | |||
| }); | |||
| @@ -27,5 +27,5 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => { | |||
| }); | |||
| chrome.browserAction.setBadgeBackgroundColor({ | |||
| color: "#666" | |||
| color: "#0071b3" | |||
| }); | |||