diff --git a/src/apps.json b/src/apps.json index 8cba99f87..e4827e27c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6363,6 +6363,17 @@ "script": "/phenomic.browser.[a-f0-9]+.js", "website": "https://phenomic.io/" }, + "PHPoole": { + "cats": [ + "1", + "11" + ], + "icon": "PHPoole.png", + "meta": { + "generator": "^PHPoole$" + }, + "website": "https://phpoole.org" + }, "Phusion Passenger": { "cats": [ "22" diff --git a/src/icons/PHPoole.png b/src/icons/PHPoole.png new file mode 100644 index 000000000..14d1ad3c4 Binary files /dev/null and b/src/icons/PHPoole.png differ