diff --git a/src/drivers/webextension/images/icons/Salla.svg b/src/drivers/webextension/images/icons/Salla.svg new file mode 100644 index 000000000..89a54c19b --- /dev/null +++ b/src/drivers/webextension/images/icons/Salla.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 1aa95a12e..aea19e3ca 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -16,6 +16,17 @@ "scriptSrc": "\\.salesmanago\\.com/", "website": "https://www.salesmanago.com" }, + "Salla": { + "cats": [6], + "description": "Salla is an ecommerce platform.", + "scriptSrc": "cdn\\.salla\\.sa/", + "headers": { + "x-powered-by": "^Salla$" + }, + "dom": "img[src*='cdn.salla.sa']", + "website": "https://salla.sa", + "icon": "Salla.svg" + }, "SAP": { "cats": [ 53 @@ -5187,4 +5198,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}