From 78974480929fad3b6e7de6cf11d5fa89198a0f06 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Jul 2022 16:41:15 +0900 Subject: [PATCH] Add CodeSandbox Detection --- .../webextension/images/icons/CodeSandbox.svg | 3 +++ src/technologies/c.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/CodeSandbox.svg diff --git a/src/drivers/webextension/images/icons/CodeSandbox.svg b/src/drivers/webextension/images/icons/CodeSandbox.svg new file mode 100644 index 000000000..8ff5a54e0 --- /dev/null +++ b/src/drivers/webextension/images/icons/CodeSandbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 5fe2f7641..5ca079305 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1776,6 +1776,22 @@ }, "website": "http://codemirror.net" }, + "CodeSandbox": { + "cats": [ + 5, + 20 + ], + "description": "CodeSandbox is an online code editor and prototyping tool that makes creating and sharing web apps faster.", + "icon": "CodeSandbox.svg", + "dom": "iframe[src^='https://codesandbox.io/embed/']", + "saas": true, + "pricing": [ + "low", + "freemium", + "recurring" + ], + "website": "https://codesandbox.io/" + }, "Coin Currency Converter": { "cats": [ 100