diff --git a/src/drivers/webextension/images/icons/Cecil.svg b/src/drivers/webextension/images/icons/Cecil.svg new file mode 100644 index 000000000..fac8c0543 --- /dev/null +++ b/src/drivers/webextension/images/icons/Cecil.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 2393c1a51..7f21e5ff3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2680,8 +2680,8 @@ "cats": [ 57 ], - "description": "Cecil is a CLI application that merges plain text files, images and Twig templates to generate a static website.", - "icon": "Cecil.png", + "description": "Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website.", + "icon": "Cecil.svg", "meta": { "generator": "^Cecil(?: ([0-9.]+))?$\\;version:\\1" },