diff --git a/src/drivers/webextension/images/icons/swc.svg b/src/drivers/webextension/images/icons/swc.svg new file mode 100644 index 000000000..acaa96203 --- /dev/null +++ b/src/drivers/webextension/images/icons/swc.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/d.json b/src/technologies/d.json index c432cbcc0..bba2c6128 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -1786,4 +1786,4 @@ "scriptSrc": "deepMiner\\.js", "website": "https://github.com/deepwn/deepMiner" } -} \ No newline at end of file +} diff --git a/src/technologies/p.json b/src/technologies/p.json index d478348aa..584d53ed0 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -3033,6 +3033,9 @@ "js": { "parcelRequire": "" }, + "implies": [ + "SWC" + ], "website": "https://parceljs.org/" }, "particles.js": { @@ -3278,4 +3281,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +} diff --git a/src/technologies/s.json b/src/technologies/s.json index 15802fa23..22f5d8472 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5912,6 +5912,16 @@ "scriptSrc": "api\\.swagifyapp\\.com/", "website": "https://swagifyapp.com" }, + "SWC": { + "cats": [ + 19 + ], + "description": "SWC is an extensible Rust-based platform for the next generation of fast developer tools.", + "icon": "swc.svg", + "implies": "Rust", + "oss": true, + "website": "https://swc.rs" + }, "SweetAlert": { "cats": [ 59 @@ -6281,4 +6291,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}