diff --git a/src/apps.json b/src/apps.json index 415011830..c69f74f18 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4812,6 +4812,19 @@ "script": "hellobar\\.js", "website": "http://hellobar.com" }, + "Heroku": { + "cats": [ + 62 + ], + "headers": { + "Via": "/[\\d.-]+ vegur$" + }, + "implies": [ + "Amazon Web Services" + ], + "icon": "heroku.svg", + "website": "https://www.heroku.com/" + }, "Hexo": { "cats": [ 57 diff --git a/src/icons/heroku.svg b/src/icons/heroku.svg new file mode 100644 index 000000000..8d02649e6 --- /dev/null +++ b/src/icons/heroku.svg @@ -0,0 +1 @@ + \ No newline at end of file