Skip to content

Commit cd2a64f

Browse files
Merge pull request #241 from lwdudu/add-dresson-and-wx3
Add DressOn and Wx3 technology detection
2 parents a8ac0ec + 4a54986 commit cd2a64f

4 files changed

Lines changed: 103 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: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5143,6 +5143,20 @@
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": [
5156+
"<a [^>]*href=\"https://wx3\\.com\\.br\""
5157+
],
5158+
"website": "https://wx3.com.br"
5159+
},
51465160
"Wyng": {
51475161
"cats": [
51485162
32
@@ -5185,4 +5199,4 @@
51855199
],
51865200
"website": "https://wysibb.com"
51875201
}
5188-
}
5202+
}

0 commit comments

Comments
 (0)