use the 'icons' key for all examples

This commit is contained in:
Will Bamberg
2016-01-13 21:03:33 -08:00
parent b444166eed
commit 9190a850f1
37 changed files with 46 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ function notify(message) {
console.log("background script received message");
chrome.notifications.create({
"type": "basic",
"iconUrl": chrome.extension.getURL("link.png"),
"iconUrl": chrome.extension.getURL("icons/link-48.png"),
"title": "You clicked a link!",
"message": message.url
});