From 49383631cd29f745806bf82311c9e4ebd3f3e14e Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Thu, 21 Jul 2022 00:20:49 +0100 Subject: [PATCH] add ebay US (ebay.com) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d36f122..7ef5508 100644 --- a/manifest.json +++ b/manifest.json @@ -22,5 +22,5 @@ "permissions": [ "notifications", "webNavigation", "scripting", "storage" ], - "host_permissions": [ "*://*.ebay.co.uk/*" ] + "host_permissions": [ "*://*.ebay.co.uk/*", "*://*.ebay.com/*" ] } \ No newline at end of file