diff --git a/src/apps.json b/src/apps.json index 237711665..9f5f06668 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11111,6 +11111,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