Skip to content

Commit

Permalink
Fix default icon for Gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed Sep 24, 2019
1 parent 8ccc4cd commit 6de0c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntp.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ xhr(chrome.extension.getURL("/consts/default_settings.json"), function(res) {
"plus.google.com": "gp",
"youtube.com": "yt",
"9gag.com": "ng",
"mail.google.com": "gmail",
"mail.google.com": "gm",
"reddit.com": "rd",
"google.com": "gg",
"yahoo.com": "yh",
Expand Down

0 comments on commit 6de0c45

Please sign in to comment.