diff --git a/src/apps.json b/src/apps.json
index 7df4efa4a..9688b2f75 100644
--- a/src/apps.json
+++ b/src/apps.json
@@ -11019,6 +11019,19 @@
"script": "snap\\.svg(?:-min)?\\.js",
"website": "http://snapsvg.io"
},
+ "Snipcart": {
+ "cats": [6],
+ "website": "https://snipcart.com/",
+ "icon": "Snipcart.png",
+ "cookies": {
+ "snipcart-cart": ""
+ },
+ "html": [
+ "]*href=\".*snipcart\\.css\"",
+ "
]*id=\".*snipcart.*\""
+ ],
+ "script": "https://cdn\\.snipcart\\.com/themes/v([\\w.]+)/default/snipcart\\.js\\;version:\\1"
+ },
"Snoobi": {
"cats": [
10
diff --git a/src/drivers/webextension/images/icons/Snipcart.png b/src/drivers/webextension/images/icons/Snipcart.png
new file mode 100644
index 000000000..abd03ea86
Binary files /dev/null and b/src/drivers/webextension/images/icons/Snipcart.png differ