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": "" },