From 424809ea7f4e0a56018a5cbd3347ec2e5f79cf34 Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Wed, 20 Jul 2022 14:55:35 +0100 Subject: [PATCH] change notification message --- background-script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background-script.js b/background-script.js index 35fbd37..75eb159 100644 --- a/background-script.js +++ b/background-script.js @@ -40,8 +40,8 @@ chrome.webNavigation.onCompleted.addListener(function() { chrome.notifications.create({ "type": "basic", "iconUrl": "icons/ebay-48.png", - "title": 'My Notification', - "message": 'Hi, this is eBay!' + "title": 'eBay Item Remover', + "message": "eBay Item Remover is running - and you've just loaded an eBay page!" }); }, { url: [{