From 88086d2bfb2738b59266b54924a55d8b52c96dd0 Mon Sep 17 00:00:00 2001
From: Peter
Date: Tue, 28 Feb 2017 11:11:37 +0200
Subject: [PATCH] few improvements for CloudCart recognition
---
src/apps.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/apps.json b/src/apps.json
index a5b10aacf..c7edbf1dc 100755
--- a/src/apps.json
+++ b/src/apps.json
@@ -1429,13 +1429,9 @@
6
],
"meta": {
- "author": "CloudCart LLC"
+ "author": "^CloudCart LLC$"
},
- "html": [
- "]+cloudcart[^>]*",
- "]+build\\.min\\.css",
- "[^>]+cloudcart.com[^>]*"
- ],
+ "html": "]*)href=[^>]+cloudcart\\-assets[^>]*"
"icon": "cloudcart.svg",
"website": "cloudcart.com"
},