From 8b9f201efcbb2042cb001a012d568cb481e5626d Mon Sep 17 00:00:00 2001 From: Ryan Anderson Date: Fri, 28 Sep 2018 19:51:35 -0400 Subject: [PATCH] Add Brightspot detection (#2427) * Add Brightspot detection * Update Brightpot header detection --- src/apps.json | 9 +++++++++ src/icons/Brightspot.svg | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/icons/Brightspot.svg diff --git a/src/apps.json b/src/apps.json index b260be1bd..9a1cceeca 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1331,6 +1331,15 @@ }, "website": "https://www.braintreepayments.com" }, + "Brightspot": { + "cats": [ + 1 + ], + "headers": { "X-Powered-By": "^Brightspot$" }, + "icon": "Brightspot.svg", + "implies": "Java", + "website": "https://www.brightspot.com" + }, "BrowserCMS": { "cats": [ 1 diff --git a/src/icons/Brightspot.svg b/src/icons/Brightspot.svg new file mode 100644 index 000000000..2720d780d --- /dev/null +++ b/src/icons/Brightspot.svg @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file