From 9140077c6a44a59bb1d2b83b787563b56544b85d Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sat, 6 May 2023 09:20:28 +0530 Subject: [PATCH 1/3] Cosmic Headless CMS Trace Detection Added --- .../webextension/images/icons/cosmicjs.svg | 28 +++++++++++++++++++ src/technologies/c.json | 14 ++++++++++ 2 files changed, 42 insertions(+) create mode 100644 src/drivers/webextension/images/icons/cosmicjs.svg 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..a2fcfee37 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3613,6 +3613,20 @@ "scriptSrc": "\\.mycorreosecommerce\\.com/", "website": "https://www.correosecommerce.com" }, + "Cosmic": { + "cats": [ + 1 + ], + "description": "Cosmic is a Headless CMS that empowers you to create, edit, and manage content across limitless websites and applications, from one convenient interface.", + "dom": "img[src*='.cosmicjs.com/'], img[data-src*='.cosmicjs.com/']", + "html": "]*content=\"[^>]*\\.cosmicjs\\.com", + "icon": "cosmicjs.svg", + "meta": { + "twitter:site": "@CosmicJS" + }, + "oss": true, + "website": "https://www.cosmicjs.com" + }, "Cosmoshop": { "cats": [ 6 From e18aaff4e610e313e0dddee03fa4536ce6c4048e Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 8 May 2023 06:29:55 +0530 Subject: [PATCH 2/3] combined the html tag to dom & updated description --- src/technologies/c.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index a2fcfee37..17deb4891 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3617,9 +3617,8 @@ "cats": [ 1 ], - "description": "Cosmic is a Headless CMS that empowers you to create, edit, and manage content across limitless websites and applications, from one convenient interface.", - "dom": "img[src*='.cosmicjs.com/'], img[data-src*='.cosmicjs.com/']", - "html": "]*content=\"[^>]*\\.cosmicjs\\.com", + "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", "meta": { "twitter:site": "@CosmicJS" From 971648b6e83c58aa5ce118248561cac660fe9ed5 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 31 May 2023 05:44:49 +1000 Subject: [PATCH 3/3] Update c.json --- src/technologies/c.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 17deb4891..a267ca536 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3620,9 +3620,6 @@ "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", - "meta": { - "twitter:site": "@CosmicJS" - }, "oss": true, "website": "https://www.cosmicjs.com" }, @@ -4407,4 +4404,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +}