diff --git a/src/apps.json b/src/apps.json index 0e15c617f..38c0ec51b 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5578,6 +5578,22 @@ ], "website": "petrojs.thepetronics.com" }, + "Phabricator": { + "cats": [ + 13, + 47 + ], + "headers": { + "Set-Cookie": "phsid=" + }, + "implies": [ + "PHP" + ], + "script": "/phabricator/[a-f0-9]{8}/rsrc/js/phui/[a-z-]+\\.js$", + "html": "<[^>]+(?:class|id)=\"phabricator-", + "icon": "Phabricator.png", + "website": "phacility.com" + }, "Phaser": { "cats": [ 12 diff --git a/src/icons/Phabricator.png b/src/icons/Phabricator.png new file mode 100644 index 000000000..2d72ad4d2 Binary files /dev/null and b/src/icons/Phabricator.png differ