From f9d88aaa59ae9db1b146932bef42a60a588766a9 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 14 May 2021 11:24:57 +1000 Subject: [PATCH] Add STUDIO detection --- .../webextension/images/icons/STUDIO.svg | 19 +++++++++++++++ src/technologies.json | 23 ++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/STUDIO.svg diff --git a/src/drivers/webextension/images/icons/STUDIO.svg b/src/drivers/webextension/images/icons/STUDIO.svg new file mode 100644 index 000000000..10f6e4456 --- /dev/null +++ b/src/drivers/webextension/images/icons/STUDIO.svg @@ -0,0 +1,19 @@ + + + + Artboard 39 + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 8a0631101..566160cf2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1974,6 +1974,27 @@ }, "website": "http://wicket.apache.org" }, + "STUDIO": { + "description": "STUDIO is a Japan-based company and SaaS application for designing and hosting websites. The service includes a visual editor with built-in CMS and analytics.", + "cats": [ + 51 + ], + "icon": "STUDIO.svg", + "dom": ".StudioCanvas, .publish-studio-style", + "meta": { + "generator": "^STUDIO$" + }, + "saas": true, + "pricing": ["low", "recurring", "freemium"], + "implies": [ + "Vue.js", + "Nuxt.js", + "Firebase", + "Google Cloud", + "Google Tag Manager" + ], + "website": "https://studio.design" + }, "ApexPages": { "cats": [ 51 @@ -23463,4 +23484,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}