Skip to content

Commit

Permalink
chrome do not support large icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzy823 committed Apr 6, 2018
1 parent 6f4df64 commit a4b26d0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added Circle-icons-radio-blue-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Circle-icons-radio-red-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Circle-icons-radio-red.png
Binary file not shown.
4 changes: 2 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ let stopme = function(msg,sender,respCallback){
}

}) //
chrome.browserAction.setIcon({path:'Circle-icons-radio.png'})
chrome.browserAction.setIcon({path:'Circle-icons-radio-blue-24.png'})
}
};

Expand Down Expand Up @@ -391,7 +391,7 @@ chrome.storage.local.get({"selected_areaid":"JP13"}, function (data) { //if not
);
respCallback();
});
chrome.browserAction.setIcon({path:'Circle-icons-radio-red.png'})
chrome.browserAction.setIcon({path:'Circle-icons-radio-red-24.png'})



Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"web_accessible_resources": ["ui/moment-timezone.js"],

"browser_action": {
"default_icon": "Circle-icons-radio.png",
"default_icon": "Circle-icons-radio-blue-24.png",
"default_popup": "popup.html",
"default_title": "__MSG_popup_title__"

Expand Down

0 comments on commit a4b26d0

Please sign in to comment.