From ab727004aa1c2d04a4b5dcebac997e41c2a3338c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 11 Nov 2020 07:52:13 +1100 Subject: [PATCH] Add Zoey detection --- src/drivers/webextension/js/driver.js | 2 +- src/technologies.json | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/drivers/webextension/js/driver.js b/src/drivers/webextension/js/driver.js index 5eeac9829..9d788e2d1 100644 --- a/src/drivers/webextension/js/driver.js +++ b/src/drivers/webextension/js/driver.js @@ -458,7 +458,7 @@ const Driver = { * Callback for onAd listener * @param {Object} ad */ - async onAd(ad) { + onAd(ad) { Driver.cache.ads.push(ad) }, diff --git a/src/technologies.json b/src/technologies.json index b89b20335..f2b864cc0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8280,6 +8280,26 @@ ], "website": "https://magento.com" }, + "Zoey": { + "cats": [ + 6, + 61 + ], + "description": "Zoey is a cloud-based ecommerce platform for B2B and wholesale businesses.", + "icon": "Zoey.svg", + "implies": [ + "PHP", + "MySQL" + ], + "excludes": "Magento", + "js": { + "Zoey.module": "", + "zoey.developer": "", + "zoeyDev": "" + }, + "scripts": "cdna4\\.zoeysite\\.com", + "website": "https://www.zoey.com/" + }, "MailChimp": { "cats": [ 32 @@ -17807,4 +17827,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}