diff --git a/share/apps.json b/share/apps.json index 671fbde42..30b2a6f89 100644 --- a/share/apps.json +++ b/share/apps.json @@ -929,6 +929,12 @@ "headers": { "X-Powered-By": "^Express$" }, "implies": [ "node.js" ] }, + "Koa": { + "website": "koajs.com", + "cats": [ 18 ], + "headers": { "X-Powered-By": "^koa$" }, + "implies": [ "node.js" ] + }, "total.js": { "website": "totaljs.com", "cats": [ 18 ], diff --git a/share/images/icons/Koa.png b/share/images/icons/Koa.png new file mode 100644 index 000000000..a22e335f4 Binary files /dev/null and b/share/images/icons/Koa.png differ