From ddf33f6c2094567e8a0f5c81c9239354cf44644c Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 11 Jan 2023 13:08:27 +0600 Subject: [PATCH 1/2] 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": "" }, From f4de7ff12a01d2fa71003a0d5fafbb033346f941 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 16 Jan 2023 07:38:46 +1100 Subject: [PATCH 2/2] Update d.json --- src/technologies/d.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/d.json b/src/technologies/d.json index 2f88d2def..d6a84b1bc 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -598,7 +598,7 @@ "cats": [ 76 ], - "description": "Depict is an ecommerce personalisation for fashion.", + "description": "Depict is am ecommerce personalisation solutionfor fashion.", "icon": "Depict.svg", "dom":"link[href*='.depict.ai/']", "saas": true, @@ -1920,4 +1920,4 @@ "scriptSrc": "deepMiner\\.js", "website": "https://github.com/deepwn/deepMiner" } -} \ No newline at end of file +}