diff --git a/src/apps.json b/src/apps.json index e34e82680..b6040ee15 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5557,6 +5557,18 @@ "implies": "Java", "website": "http://www.oracle.com/technetwork/java/javaee/jsp/index.html" }, + "jComponent": { + "cats": [ + 12, + 59 + ], + "icon": "jComponent.png", + "js": { + "MAIN.version": ".*\\;version:\\1" + }, + "implies": "jQuery", + "website": "https://componentator.com" + }, "Jekyll": { "cats": [ 57 diff --git a/src/drivers/webextension/images/icons/total.js.png b/src/drivers/webextension/images/icons/total.js.png index e7d137915..a792fdf0f 100644 Binary files a/src/drivers/webextension/images/icons/total.js.png and b/src/drivers/webextension/images/icons/total.js.png differ 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