mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-29 04:17:02 +02:00
use the 'icons' key for all examples
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user