diff --git a/src/apps.json b/src/apps.json index 9d1a9c562..fe1849ec8 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9291,6 +9291,25 @@ }, "website": "http://sazito.com" }, + "Phoenix": { + "cats": [ + 18, + 22 + ], + "icon": "sazito-phoenix.png", + "js": { + "Phoenix": "" + }, + "meta": { + "generator": "^sazito-phoenix" + }, + "implies": [ + "React", + "webpack", + "Node.js" + ], + "website": "https://github.com/Sazito/phoenix/" + }, "Scala": { "cats": [ 27 diff --git a/src/icons/sazito-phoenix.png b/src/icons/sazito-phoenix.png new file mode 100644 index 000000000..4dc422b30 Binary files /dev/null and b/src/icons/sazito-phoenix.png differ