diff --git a/src/apps.json b/src/apps.json
index ebcc131bd..3e263c1a1 100644
--- a/src/apps.json
+++ b/src/apps.json
@@ -1967,6 +1967,21 @@
"script": "/cargo\\.",
"website": "http://cargocollective.com"
},
+ "Cart Functionality": {
+ "cats": [
+ 6
+ ],
+ "html": [
+ "]*href=.*/Cart",
+ "]*href=.*/Basket",
+ "]*href=.*/Trolley",
+ "]*href=.*/Bag",
+ "]*href=.*/ShoppingBag",
+ "]*href=.*/Checkout"
+ ],
+ "icon": "Cart-generic.svg",
+ "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality"
+ },
"Catberry.js": {
"cats": [
12,
@@ -4405,6 +4420,16 @@
"implies": "Java",
"website": "http://glassfish.java.net"
},
+ "Global-e": {
+ "cats": [
+ 6
+ ],
+ "script": [
+ "web\\.global-e\\.com"
+ ],
+ "icon": "Globale.png",
+ "website": "https://www.global-e.com/"
+ },
"Glyphicons": {
"cats": [
17
diff --git a/src/drivers/webextension/images/icons/Cart-generic.svg b/src/drivers/webextension/images/icons/Cart-generic.svg
new file mode 100644
index 000000000..3c3b4ab75
--- /dev/null
+++ b/src/drivers/webextension/images/icons/Cart-generic.svg
@@ -0,0 +1,5 @@
+
+
+
\ No newline at end of file
diff --git a/src/drivers/webextension/images/icons/Globale.png b/src/drivers/webextension/images/icons/Globale.png
new file mode 100644
index 000000000..3e6147a8a
Binary files /dev/null and b/src/drivers/webextension/images/icons/Globale.png differ