From b33e3d914a3282df037edf225ff538fa4954dfb7 Mon Sep 17 00:00:00 2001 From: Blastup Date: Thu, 19 May 2022 23:20:59 +0300 Subject: [PATCH] Add Reactive detection --- .../webextension/images/icons/Reactive.svg | 83 +++++++++++++++++++ src/technologies/r.json | 23 ++++- 2 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Reactive.svg diff --git a/src/drivers/webextension/images/icons/Reactive.svg b/src/drivers/webextension/images/icons/Reactive.svg new file mode 100644 index 000000000..69753f1da --- /dev/null +++ b/src/drivers/webextension/images/icons/Reactive.svg @@ -0,0 +1,83 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/r.json b/src/technologies/r.json index 42882f327..6465c7bcb 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -471,6 +471,27 @@ ], "website": "https://reactrouter.com/" }, + "Reactive": { + "cats": [ + 1, + 6 + ], + "description": "Reactive is a subscription-based software that allows you to set up an online store and website with ease. It has a CMS and has been created to support Retail, Coffee Bars Restaurants owners and Accomodation properties such as Hotels or Villas. With Reactive one can sell products or accept reservations and online orders.", + "icon": "Reactive.svg", + "implies": [ + "Ruby on Rails" + ], + "meta": { + "generator": "Reactive" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "url": "^https?//.+\\.reactiveonline\\.io", + "website": "https://reactiveonline.io" + }, "Really Simple CAPTCHA": { "cats": [ 87 @@ -1742,4 +1763,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}