flash badge

This commit is contained in:
Sriram Hariharan
2019-01-15 13:42:21 -06:00
parent 147fef3d07
commit ce709cbec4
7 changed files with 40 additions and 43 deletions

View File

@@ -155,11 +155,8 @@ $(function () {
}
});
updateCalendar();
chrome.browserAction.setBadgeBackgroundColor({
color: '#bf5700'
});
chrome.browserAction.setBadgeText({
text: ""
chrome.runtime.sendMessage({
command: "updateBadge"
});
});