diff --git a/src/drivers/webextension/images/icons/Grab.svg b/src/drivers/webextension/images/icons/Grab.svg
new file mode 100644
index 000000000..35233ef41
--- /dev/null
+++ b/src/drivers/webextension/images/icons/Grab.svg
@@ -0,0 +1,8 @@
+
diff --git a/src/drivers/webextension/images/icons/Scalapay.svg b/src/drivers/webextension/images/icons/Scalapay.svg
new file mode 100644
index 000000000..12532c258
--- /dev/null
+++ b/src/drivers/webextension/images/icons/Scalapay.svg
@@ -0,0 +1,11 @@
+
diff --git a/src/technologies.json b/src/technologies.json
index d252db2fb..444d0d2f8 100644
--- a/src/technologies.json
+++ b/src/technologies.json
@@ -9362,6 +9362,17 @@
"icon": "Google Workspace.svg",
"website": "https://workspace.google.com/"
},
+ "Grab Pay Later": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "Grab Pay Later is a Buy now pay later solution offered by Grab.",
+ "icon": "Grab.svg",
+ "saas": true,
+ "scripts": "grab-paylater\\.js",
+ "website": "https://www.grab.com/sg/finance/pay-later/"
+ },
"Graffiti CMS": {
"cats": [
1
@@ -18930,6 +18941,17 @@
"icon": "Scala.png",
"website": "http://www.scala-lang.org"
},
+ "Scalapay": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "Scalapay is a payment method for e-commerce merchants in Europe that allows customers to buy now and pay later (BNPL).",
+ "icon": "Scalapay.svg",
+ "saas": true,
+ "scripts": "cdn\\.scalapay\\.com",
+ "website": "https://www.scalapay.com/"
+ },
"Schedule Engine": {
"cats": [
52