From 1925f2191ef0b92ee3720216046ba3e82b1fb018 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 6 Jul 2021 00:45:54 +0600 Subject: [PATCH 1/2] Add Findify / Personalisation , search engine --- .../webextension/images/icons/Findify.svg | 16 +++++++++++++++ src/technologies.json | 20 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Findify.svg diff --git a/src/drivers/webextension/images/icons/Findify.svg b/src/drivers/webextension/images/icons/Findify.svg new file mode 100644 index 000000000..7aa77d3d0 --- /dev/null +++ b/src/drivers/webextension/images/icons/Findify.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index d2dd73b3f..26e1d408f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7179,6 +7179,26 @@ "saas": true, "website": "https://www.financeads.com" }, + "Findify": { + "cats": [ + 29, + 76 + ], + "description": "Findify is an intelligent ecommerce search, navigation and personalisation solution.", + "icon": "Findify.svg", + "js": { + "findify": "", + "FindifyAnalytics": "" + }, + "scripts": "@findify/bundle@([\\d.]+)/dist/.+\\.js\\;version:\\1", + "saas": true, + "pricing": [ + "mid", + "high", + "recurring" + ], + "website": "https://www.findify.io" + }, "FingerprintJS": { "cats": [ 59, From 890cc8e3ffa6ef6cf700b5a8b4cbce3865655a1a Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 8 Jul 2021 07:03:22 +1000 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 26e1d408f..afa4d3f2f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7194,7 +7194,6 @@ "saas": true, "pricing": [ "mid", - "high", "recurring" ], "website": "https://www.findify.io"