diff --git a/src/apps.json b/src/apps.json index 40cb8cd92..9f31f418b 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3352,6 +3352,15 @@ "implies": "OmniTouch 8660 My Teamwork", "website": "http://example.com" }, + "Haravan": { + "cats": [ + "6" + ], + "env": "^Haravan$", + "icon": "Haravan.png", + "script": "haravan.*\\.js", + "website": "https://www.haravan.com" + }, "Haskell": { "cats": [ "27" @@ -10494,4 +10503,4 @@ "priority": "9" } } -} \ No newline at end of file +} diff --git a/src/icons/Haravan.png b/src/icons/Haravan.png new file mode 100644 index 000000000..e5d48e6b2 Binary files /dev/null and b/src/icons/Haravan.png differ