diff --git a/src/drivers/webextension/images/icons/Gorgias.png b/src/drivers/webextension/images/icons/Gorgias.png new file mode 100644 index 000000000..9810e0007 Binary files /dev/null and b/src/drivers/webextension/images/icons/Gorgias.png differ diff --git a/src/drivers/webextension/images/icons/KueskiPay.svg b/src/drivers/webextension/images/icons/KueskiPay.svg new file mode 100644 index 000000000..ee0bea443 --- /dev/null +++ b/src/drivers/webextension/images/icons/KueskiPay.svg @@ -0,0 +1,2 @@ + + diff --git a/src/technologies/c.json b/src/technologies/c.json index f7b4eff98..57d6fa656 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1853,6 +1853,7 @@ "mid" ], "saas": true, + "pricing": ["recurring", "mid"], "scripts": "assets\\.customer\\.io", "website": "https://customer.io/" }, diff --git a/src/technologies/g.json b/src/technologies/g.json index 6f9a8b4f0..d600d82ca 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -997,6 +997,19 @@ "icon": "Google Workspace.svg", "website": "https://workspace.google.com/" }, + "Gorgias": { + "cats": [ + 52 + ], + "description": "Gorgias is a helpdesk and chat solution designed for ecommerce stores.", + "pricing": ["recurring", "mid"], + "saas": true, + "icon": "Gorgias.png", + "js": { + "gorgiasChat": "" + }, + "website": "https://www.gorgias.com/" + }, "Grab Pay Later": { "cats": [ 41, @@ -1343,4 +1356,4 @@ "icon": "gunicorn.png", "website": "http://gunicorn.org" } -} \ No newline at end of file +} diff --git a/src/technologies/k.json b/src/technologies/k.json index 8db5c84af..dcd562b01 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -635,6 +635,23 @@ "icon": "Kubernetes.svg", "website": "https://kubernetes.io/" }, + "KueskiPay": { + "cats": [ + 41, + 91 + ], + "description": "KueskiPay is a buy-now-pay-later solution.", + "icon": "KueskiPay.svg", + "implies": [ + "Cart Functionality" + ], + "pricing": ["payg"], + "js": { + "kueskypushhead": "" + }, + "scripts": "cdn\\.kueskipay\\.com", + "website": "https://kueskipay.com/" + }, "Kustomer": { "cats": [ 52, diff --git a/src/technologies/r.json b/src/technologies/r.json index 14b410cde..68c6dca90 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -399,13 +399,13 @@ "icon": "Recharge.png", "implies": [ "Cart Functionality" - ], + ], + "saas": true, "pricing": [ "recurring", "payg", "mid" ], - "saas": true, "scripts": [ "rechargeassets-bootstrapheroes-rechargeapps\\.netdna-ssl\\.com" ], @@ -1181,4 +1181,4 @@ ], "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}