Adding Google Search Appliance match + icon

> Compressed GSA png from original favico
> Adding categories (web server, search engine), simple regex pattern
via HTTP 'server:' header
main
Mark Bosky 8 years ago
parent f445a79c50
commit 540c387d0f

@ -3066,6 +3066,17 @@
"script": "apis\\.google\\.com/js/[a-z]*\\.js", "script": "apis\\.google\\.com/js/[a-z]*\\.js",
"website": "http://plus.google.com" "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": { "Google Sites": {
"cats": [ "cats": [
"1" "1"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Loading…
Cancel
Save