diff --git a/src/drivers/webextension/images/icons/basilcss.svg b/src/drivers/webextension/images/icons/basilcss.svg new file mode 100644 index 000000000..511d1d3e5 --- /dev/null +++ b/src/drivers/webextension/images/icons/basilcss.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index 390cce695..f2653175a 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -333,6 +333,18 @@ }, "website": "https://tools.ietf.org/html/rfc7617" }, + "Basil.css": { + "cats": [66], + "description": "Basil.css is a responsive and customizable UI framework.", + "html": [ + "]* href=[^>]*?basil\\.css[^>]*?>", + "", + "]* href=\"https://unpkg\\.com/basilcss", + "]* href=\"https://cdn\\.jsdelivr\\.net/npm/basilcss" + ], + "icon": "basilcss.svg", + "website": "https://basilcss.com" + }, "Basis Technologies": { "cats": [ 36 @@ -2862,4 +2874,4 @@ "scriptSrc": "cdn\\.ibdok\\.ir/", "website": "https://bdok.ir" } -} \ No newline at end of file +}