diff --git a/src/apps.json b/src/apps.json index dffea9b8f..f9a1ada48 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3066,6 +3066,17 @@ "script": "apis\\.google\\.com/js/[a-z]*\\.js", "website": "http://plus.google.com" }, + "Google Search Appliance": { + "cats": [ + "22", + "29" + ], + "headers": { + "Server": "^Google\\sSearch\\sAppliance$" + }, + "icon": "Google Search Appliance.png", + "website": "https://enterprise.google.com/search" + }, "Google Sites": { "cats": [ "1" diff --git a/src/icons/Google Search Appliance.png b/src/icons/Google Search Appliance.png new file mode 100644 index 000000000..2e1f97ece Binary files /dev/null and b/src/icons/Google Search Appliance.png differ