diff --git a/src/apps.json b/src/apps.json index 6793f35ee..46de53a51 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3587,6 +3587,14 @@ "icon": "default.svg", "website": "http://indyproject.org" }, + "InfernoJS": { + "cats": [ + 12 + ], + "env": "^Inferno$", + "icon": "InfernoJS.png", + "website": "https://infernojs.org/" + }, "Infusionsoft": { "cats": [ 32 diff --git a/src/icons/InfernoJS.png b/src/icons/InfernoJS.png new file mode 100755 index 000000000..5e1bedb86 Binary files /dev/null and b/src/icons/InfernoJS.png differ