diff --git a/src/apps.json b/src/apps.json index 04b2f0408..d596d2159 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5327,6 +5327,18 @@ "icon": "node.js.png", "website": "http://nodejs.org" }, + "NodeBB": { + "cats": [ + "2" + ], + "headers": { + "X-Powered-By": "NodeBB" + }, + "icon": "NodeBB.png", + "implies": "Node.js", + "script": "^/nodebb\\.min\\.js\\?", + "website": "https://nodebb.org" + }, "OWL Carousel": { "cats": [ "5", @@ -10162,4 +10174,4 @@ "priority": "9" } } -} \ No newline at end of file +} diff --git a/src/icons/NodeBB.png b/src/icons/NodeBB.png new file mode 100755 index 000000000..ad1f479fb Binary files /dev/null and b/src/icons/NodeBB.png differ