diff --git a/src/drivers/webextension/images/icons/Strapi.png b/src/drivers/webextension/images/icons/Strapi.png deleted file mode 100644 index 8abd8b03a..000000000 Binary files a/src/drivers/webextension/images/icons/Strapi.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/Strapi.svg b/src/drivers/webextension/images/icons/Strapi.svg new file mode 100644 index 000000000..b70e7bb0b --- /dev/null +++ b/src/drivers/webextension/images/icons/Strapi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index c3348e807..4f736d057 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4484,7 +4484,9 @@ "headers": { "X-Powered-By": "^Strapi" }, - "icon": "Strapi.png", + "description": "Strapi is an open-source headless CMS used for building fast and easily manageable APIs written in JavaScript.", + "icon": "Strapi.svg", + "oss": true, "website": "https://strapi.io" }, "Strato": {