diff --git a/share/apps.json b/share/apps.json index 737725fa0..0fd9f7a14 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3005,6 +3005,14 @@ "cats": [ 13 ], "env": "^UserVoice$" }, + "Ushahidi": { + "website": "www.ushahidi.com", + "cats": [ 1, 35 ], + "headers": { "Set-Cookie": "^ushahidi=" }, + "env": "^Ushahidi$", + "script": "/js/ushahidi.js$", + "implies": [ "PHP" , "MySQL", "OpenLayers" ] + }, "Vanilla": { "website": "vanillaforums.org", "cats": [ 2 ], diff --git a/share/images/icons/Ushahidi.png b/share/images/icons/Ushahidi.png new file mode 100644 index 000000000..a201393bc Binary files /dev/null and b/share/images/icons/Ushahidi.png differ