diff --git a/src/drivers/webextension/images/icons/cosmicjs.svg b/src/drivers/webextension/images/icons/cosmicjs.svg new file mode 100644 index 000000000..3c084b705 --- /dev/null +++ b/src/drivers/webextension/images/icons/cosmicjs.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 4c0a763e6..a267ca536 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3613,6 +3613,16 @@ "scriptSrc": "\\.mycorreosecommerce\\.com/", "website": "https://www.correosecommerce.com" }, + "Cosmic": { + "cats": [ + 1 + ], + "description": "Cosmic is a cloud-based CMS that provides developers with an API and web interface for content management, enabling the creation of custom content types, relationship definitions, and webhooks for actions based on content changes.", + "dom": "link[href*='.cosmicjs.com/'], img[src*='.cosmicjs.com/'], img[data-src*='.cosmicjs.com/']", + "icon": "cosmicjs.svg", + "oss": true, + "website": "https://www.cosmicjs.com" + }, "Cosmoshop": { "cats": [ 6 @@ -4394,4 +4404,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +}