diff --git a/src/apps.json b/src/apps.json index 41f87971e..6b4a5cb1f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5509,6 +5509,18 @@ "implies": "Java", "website": "http://www.oracle.com/technetwork/java/javaee/jsp/index.html" }, + "jComponent": { + "cats": [ + 12, + 59 + ], + "icon": "jComponent.png", + "js": { + "M.version": ".*\\;version:\\1" + }, + "implies": "jQuery", + "website": "https://componentator.com" + }, "Jekyll": { "cats": [ 57 diff --git a/src/icons/jComponent.png b/src/icons/jComponent.png new file mode 100644 index 000000000..55d31bbbb Binary files /dev/null and b/src/icons/jComponent.png differ