diff --git a/src/apps.json b/src/apps.json index 3626efbb1..072fae4a7 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2441,6 +2441,16 @@ "script": "hellobar\\.js", "website": "hellobar.com" }, + "HHVM": { + "cats": [ + 22 + ], + "headers": { + "X-Powered-By": "HHVM/?([\\d.]+)?\\;version:\\1" + }, + "website": "hhvm.com", + "implies": "PHP\\;confidence:50" + }, "Hiawatha": { "cats": [ 22 diff --git a/src/icons/HHVM.png b/src/icons/HHVM.png new file mode 100644 index 000000000..9accb7b09 Binary files /dev/null and b/src/icons/HHVM.png differ