diff --git a/src/drivers/webextension/images/icons/OpenCart.png b/src/drivers/webextension/images/icons/OpenCart.png deleted file mode 100644 index d6add7f1f..000000000 Binary files a/src/drivers/webextension/images/icons/OpenCart.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/OpenCart.svg b/src/drivers/webextension/images/icons/OpenCart.svg new file mode 100644 index 000000000..c26186242 --- /dev/null +++ b/src/drivers/webextension/images/icons/OpenCart.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index cccd1b0ae..bb9374b5d 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -947,12 +947,18 @@ "cats": [ 6 ], + "description": "OpenCart is a free and open-source ecommerce platform used for creating and managing online stores. It is written in PHP and uses a MySQL database to store information.", + "dom": "link[href*='catalog/view/theme/rgen-opencart/']", "cookies": { "OCSESSID": "" }, "cpe": "cpe:2.3:a:opencart:opencart:*:*:*:*:*:*:*:*", - "icon": "OpenCart.png", - "implies": "PHP", + "icon": "OpenCart.svg", + "implies": [ + "PHP", + "MySQL" + ], + "oss": true, "website": "http://www.opencart.com" }, "OpenCities": {