diff --git a/src/drivers/webextension/images/icons/goanywhere.png b/src/drivers/webextension/images/icons/goanywhere.png new file mode 100644 index 000000000..cffd423d5 Binary files /dev/null and b/src/drivers/webextension/images/icons/goanywhere.png differ diff --git a/src/technologies/g.json b/src/technologies/g.json index 60f153d8e..145280eb9 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1389,5 +1389,18 @@ }, "icon": "gunicorn.png", "website": "http://gunicorn.org" + } , + "GoAnywhere": { + "cats": [ + 19 + ], + "headers": { + "Server": "goanywhere" + }, + "js": { + "appContainer" : "GoAnywhereWebClientContainer" + }, + "icon": "goanywhere.png", + "website": "https://www.goanywhere.com/" } } \ No newline at end of file