Skip to content

Commit 67dde50

Browse files
committed
Add DressOn and Wx3 technology detection
- DressOn: AI-powered virtual fitting room (category: Augmented reality) Detected via scriptSrc: api.dresson.com.br/widget/ - Wx3: Brazilian e-commerce platform (category: Ecommerce) Detected via meta author tag and HTML link to wx3.com.br
1 parent a8ac0ec commit 67dde50

4 files changed

Lines changed: 101 additions & 2 deletions

File tree

src/images/icons/DressOn.svg

Lines changed: 30 additions & 0 deletions
Loading

src/images/icons/Wx3.svg

Lines changed: 41 additions & 0 deletions
Loading

src/technologies/d.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3825,6 +3825,22 @@
38253825
},
38263826
"website": "https://www.adobe.com/products/dreamweaver.html"
38273827
},
3828+
"DressOn": {
3829+
"cats": [
3830+
105
3831+
],
3832+
"description": "DressOn is an AI-powered virtual fitting room that lets online shoppers try on clothes digitally.",
3833+
"icon": "DressOn.svg",
3834+
"saas": true,
3835+
"pricing": [
3836+
"freemium",
3837+
"recurring"
3838+
],
3839+
"scriptSrc": [
3840+
"api\\.dresson\\.com\\.br/widget/"
3841+
],
3842+
"website": "https://dresson.com.br"
3843+
},
38283844
"Drift": {
38293845
"cats": [
38303846
52
@@ -4527,4 +4543,4 @@
45274543
"cdn\\.dyte\\.in/"
45284544
]
45294545
}
4530-
}
4546+
}

src/technologies/w.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5143,6 +5143,18 @@
51435143
],
51445144
"website": "https://www.wwpass.com"
51455145
},
5146+
"Wx3": {
5147+
"cats": [
5148+
6
5149+
],
5150+
"description": "Wx3 is a Brazilian e-commerce platform for fashion and retail stores.",
5151+
"icon": "Wx3.svg",
5152+
"meta": {
5153+
"author": "Wx3"
5154+
},
5155+
"html": "<a [^>]*href=\"https://wx3\\.com\\.br\"",
5156+
"website": "https://wx3.com.br"
5157+
},
51465158
"Wyng": {
51475159
"cats": [
51485160
32
@@ -5185,4 +5197,4 @@
51855197
],
51865198
"website": "https://wysibb.com"
51875199
}
5188-
}
5200+
}

0 commit comments

Comments
 (0)