diff --git a/src/apps.json b/src/apps.json index 7af0bdde2..b36785ddb 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2517,6 +2517,14 @@ "script": "head\\.(?:core|load)(?:\\.min)?\\.js", "website": "headjs.com" }, + "Heap": { + "cats": [ + 10 + ], + "env": "^heap$", + "script": "heap-\\d+.js", + "website": "heapanalytics.com" + }, "Hello Bar": { "cats": [ 5 diff --git a/src/icons/Heap.png b/src/icons/Heap.png new file mode 100644 index 000000000..5713f7f0c Binary files /dev/null and b/src/icons/Heap.png differ