diff --git a/src/drivers/webextension/images/icons/DatoCMS.svg b/src/drivers/webextension/images/icons/DatoCMS.svg new file mode 100644 index 000000000..ea29b802e --- /dev/null +++ b/src/drivers/webextension/images/icons/DatoCMS.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/datocms.svg b/src/drivers/webextension/images/icons/datocms.svg deleted file mode 100644 index efc30b36c..000000000 --- a/src/drivers/webextension/images/icons/datocms.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - Artboard - Created with Sketch. - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/technologies/d.json b/src/technologies/d.json index 96ff1c146..a2908443e 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -369,8 +369,17 @@ "cats": [ 1 ], - "html": "<[^>]+https://www\\.datocms-assets\\.com", - "icon": "datocms.svg", + "description": "DatoCMS is a cloud-based headless Content as a service (CaaS) platform created to work with static websites, mobile apps and server-side applications of any kind.", + "icon": "DatoCMS.svg", + "headers": { + "content-security-policy": "\\.datocms-assets\\.com" + }, + "dom": "link[href*='datocms-assets.com'], img[src*='datocms-assets.com'], source[src*='datocms-assets.com'], div[style*='datocms-assets.com']", + "pricing": [ + "freemium", + "mid", + "recurring" + ], "website": "https://www.datocms.com" }, "Day.js": {