diff --git a/src/apps.json b/src/apps.json index 666f8b3f1..22fa5e0d0 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12887,6 +12887,14 @@ "implies": "Python", "website": "http://gunicorn.org" }, + "hCaptcha": { + "cats": [ + 16 + ], + "icon": "hcaptcha-symbol-256.png", + "script": "https://hcaptcha.com/([\\d]+?)/api.js\\;version:\\1", + "website": "https://www.hcaptcha.com/" + }, "iPresta": { "cats": [ 6 diff --git a/src/icons/hcaptcha-symbol-256.png b/src/icons/hcaptcha-symbol-256.png new file mode 100644 index 000000000..7c753545b Binary files /dev/null and b/src/icons/hcaptcha-symbol-256.png differ