From 9e87cca76733afedc3fbfd6af8fa7fd1f2487915 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:48:37 +1100 Subject: [PATCH] Add Dealer Spike detection --- .../images/icons/Dealer Spike.svg | 3 +++ src/technologies.json | 24 ++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Dealer Spike.svg diff --git a/src/drivers/webextension/images/icons/Dealer Spike.svg b/src/drivers/webextension/images/icons/Dealer Spike.svg new file mode 100644 index 000000000..b227a6ff7 --- /dev/null +++ b/src/drivers/webextension/images/icons/Dealer Spike.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 774477f34..205db145a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16150,6 +16150,28 @@ "url": "^https?//.+\\.myshopify\\.com", "website": "http://shopify.com" }, + "Dealer Spike": { + "cats": [ + 6, + 32 + ], + "description": "Dealer Spike is a digital marketing and advertising company focused that helps dealers grow their business.", + "xhr": "\\.dealerspike\\.com", + "dom": { + "meta[name='author'][content*='Dealer Spike']": { + "attributes": { + "content": "" + } + } + }, + "script": "cdn\\.dealerspike\\.com", + "pricing": [ + "poa" + ], + "saas": true, + "icon": "Dealer Spike.svg", + "website": "https://www.dealerspike.com" + }, "Shoplo": { "cats": [ 6 @@ -22103,4 +22125,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}