diff --git a/src/apps.json b/src/apps.json index 5cc7c1e3d..db43d0bd5 100755 --- a/src/apps.json +++ b/src/apps.json @@ -904,6 +904,15 @@ "script": "/cargo\\.", "website": "cargocollective.com" }, + "Catberry.js": { + "cats": [ + 12, 18 + ], + "headers": { "X-Powered-By": "Catberry" }, + "env": "^catberry$", + "implies": "node.js", + "website": "catberry.org" + }, "Catwalk": { "cats": [ 22 diff --git a/src/icons/Catberry.js.png b/src/icons/Catberry.js.png new file mode 100644 index 000000000..42feecb15 Binary files /dev/null and b/src/icons/Catberry.js.png differ