diff --git a/src/apps.json b/src/apps.json index a3c134b39..a5b10aacf 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1424,6 +1424,21 @@ "icon": "Cloudera.png", "website": "www.cloudera.com" }, + "CloudCart": { + "cats": [ + 6 + ], + "meta": { + "author": "CloudCart LLC" + }, + "html": [ + "]+cloudcart[^>]*", + "]+build\\.min\\.css", + "[^>]+cloudcart.com[^>]*" + ], + "icon": "cloudcart.svg", + "website": "cloudcart.com" + }, "CodeIgniter": { "cats": [ 18 diff --git a/src/icons/cloudcart.svg b/src/icons/cloudcart.svg new file mode 100644 index 000000000..a97253618 --- /dev/null +++ b/src/icons/cloudcart.svg @@ -0,0 +1 @@ + \ No newline at end of file