change notification message

This commit is contained in:
Dovi Cowan 2022-07-20 14:55:35 +01:00
parent c84b5ec67b
commit 424809ea7f
Signed by: dcowan
GPG key ID: CC4A4CB950D7E579

View file

@ -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: [{