change notification message
This commit is contained in:
parent
c84b5ec67b
commit
424809ea7f
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ chrome.webNavigation.onCompleted.addListener(function() {
|
||||||
chrome.notifications.create({
|
chrome.notifications.create({
|
||||||
"type": "basic",
|
"type": "basic",
|
||||||
"iconUrl": "icons/ebay-48.png",
|
"iconUrl": "icons/ebay-48.png",
|
||||||
"title": 'My Notification',
|
"title": 'eBay Item Remover',
|
||||||
"message": 'Hi, this is eBay!'
|
"message": "eBay Item Remover is running - and you've just loaded an eBay page!"
|
||||||
});
|
});
|
||||||
}, {
|
}, {
|
||||||
url: [{
|
url: [{
|
||||||
|
|
Loading…
Reference in a new issue