diff --git a/src/apps.json b/src/apps.json index 36be47c2e..104aa4d8d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7005,7 +7005,19 @@ "yepnope.*\\.js" ], "website": "yepnopejs.com" - } + }, + "OWL Carousel": { + "cats": [ + 5, + 7 + ], + "html": "]*href=\"[^\"]+owl.carousel(?:\\.min)?\\.css", + "script": "owl.carousel.*\\.js", + "implies": [ + "CSS", "jQuery" + ], + "website": "http://owlgraphic.com/owlcarousel/" + } }, "categories": { "1": "cms", diff --git a/src/icons/OWL Carousel.png b/src/icons/OWL Carousel.png new file mode 100644 index 000000000..03abec71a Binary files /dev/null and b/src/icons/OWL Carousel.png differ