From ddf33f6c2094567e8a0f5c81c9239354cf44644c Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 11 Jan 2023 13:08:27 +0600 Subject: [PATCH] Add Depict / personalisation --- src/drivers/webextension/images/icons/Depict.svg | 11 +++++++++++ src/technologies/d.json | 13 +++++++++++++ src/technologies/p.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Depict.svg diff --git a/src/drivers/webextension/images/icons/Depict.svg b/src/drivers/webextension/images/icons/Depict.svg new file mode 100644 index 000000000..422aa6aeb --- /dev/null +++ b/src/drivers/webextension/images/icons/Depict.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/d.json b/src/technologies/d.json index 69967c01e..2f88d2def 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -594,6 +594,19 @@ "saas": true, "website": "https://deno.land/" }, + "Depict": { + "cats": [ + 76 + ], + "description": "Depict is an ecommerce personalisation for fashion.", + "icon": "Depict.svg", + "dom":"link[href*='.depict.ai/']", + "saas": true, + "pricing": [ + "poa" + ], + "website": "https://depict.ai" + }, "DeskPro": { "cats": [ 1, diff --git a/src/technologies/p.json b/src/technologies/p.json index 548ee841e..9dd614c27 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -521,7 +521,7 @@ ], "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "icon": "Partytown.svg", - "dom": "script[type*='text/partytown']" + "dom": "script[type*='text/partytown']", "js": { "partytown": "" },