diff --git a/src/drivers/webextension/images/icons/swc.svg b/src/drivers/webextension/images/icons/swc.svg new file mode 100644 index 000000000..92fbf921b --- /dev/null +++ b/src/drivers/webextension/images/icons/swc.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/technologies/s.json b/src/technologies/s.json index 5f6ce7385..eb5746f81 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5897,6 +5897,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 @@ -6266,4 +6276,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}