From dc157b19a97a04c4e086b67ca10501ac5863fa03 Mon Sep 17 00:00:00 2001 From: Angeesantos <160787180+Angeesantos@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:41:48 -0300 Subject: [PATCH 1/4] HTTPArchive/wappalyzer#15 --- src/technologies/f.json | 10 ---------- src/technologies/w.json | 13 +++++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 04a685879..7b1f84857 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -446,16 +446,6 @@ "scriptSrc": "cdn\\.usefathom\\.com/", "website": "https://usefathom.com" }, - "Fbits": { - "cats": [ - 6 - ], - "icon": "Fbits.png", - "js": { - "fbits": "" - }, - "website": "https://www.traycorp.com.br" - }, "FeatherX": { "cats": [ 90 diff --git a/src/technologies/w.json b/src/technologies/w.json index 9cd56d535..7a8de739a 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -31,6 +31,19 @@ "scriptSrc": "w3counter\\.com/tracker\\.js", "website": "https://www.w3counter.com" }, + "Wake": { + "cats": [ + 6 + ], + "description": "Wake is an ecommerce software with integrated digital solutions to manage online stores.", + "headers": { + "X-Powered-By": "Wake" + }, + "icon": "Wake.png" + }, + "saas": true, + "website": "https://wake.tech/" + }, "WEBDEV": { "cats": [ 20 From 5b9cbe1198dc96c9d76fab0e21891a0907b75c8a Mon Sep 17 00:00:00 2001 From: Angeesantos <160787180+Angeesantos@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:18:01 -0300 Subject: [PATCH 2/4] Update src/technologies/w.json Co-authored-by: Barry Pollard --- src/technologies/w.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index 7a8de739a..2ba61bfc4 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -40,7 +40,6 @@ "X-Powered-By": "Wake" }, "icon": "Wake.png" - }, "saas": true, "website": "https://wake.tech/" }, From 266e626d5d12fc4cdad311c628c137b1511948a3 Mon Sep 17 00:00:00 2001 From: Angeesantos <160787180+Angeesantos@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:43:44 -0300 Subject: [PATCH 3/4] Update src/technologies/w.json Co-authored-by: Rick Viscomi --- src/technologies/w.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index 2ba61bfc4..628d76958 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -39,7 +39,7 @@ "headers": { "X-Powered-By": "Wake" }, - "icon": "Wake.png" + "icon": "Wake.png", "saas": true, "website": "https://wake.tech/" }, From 3973f4e57e79e8e134feab2b687d85291e024158 Mon Sep 17 00:00:00 2001 From: Angeesantos <160787180+Angeesantos@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:34:24 -0300 Subject: [PATCH 4/4] Update w.json Changed the icon name for wakecommerce.svg as the Wake icon it's already in the repository. --- src/technologies/w.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index 628d76958..a6d2a986e 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -39,7 +39,7 @@ "headers": { "X-Powered-By": "Wake" }, - "icon": "Wake.png", + "icon": "wakecommerce.svg", "saas": true, "website": "https://wake.tech/" }, @@ -2481,4 +2481,4 @@ "url": "^https?://[^/]+\\.wpcache\\.co", "website": "https://wpcache.co" } -} \ No newline at end of file +}