diff --git a/src/apps.json b/src/apps.json index 3c1a75a48..eb0ceda42 100755 --- a/src/apps.json +++ b/src/apps.json @@ -58,6 +58,20 @@ }, "website": "www.3ware.com" }, + "actionhero.js": { + "cats": [ + 1, + 18, + 22 + ], + "headers": { + "X-Powered-By": "actionhero API" + }, + "env": "^actionheroClient$", + "script": "actionheroClient\\.js", + "implies": "node.js", + "website": "www.actionherojs.com" + }, "AMPcms": { "cats": [ 1 diff --git a/src/icons/actionhero.js.png b/src/icons/actionhero.js.png new file mode 100644 index 000000000..e02f2f97b Binary files /dev/null and b/src/icons/actionhero.js.png differ