diff --git a/src/drivers/webextension/images/icons/ID5.png b/src/drivers/webextension/images/icons/ID5.png deleted file mode 100644 index a533dcd35..000000000 Binary files a/src/drivers/webextension/images/icons/ID5.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/ID5.svg b/src/drivers/webextension/images/icons/ID5.svg new file mode 100644 index 000000000..a5b59bed4 --- /dev/null +++ b/src/drivers/webextension/images/icons/ID5.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index a65e4b3d1..d5c6a7b5c 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -36,20 +36,19 @@ 36, 77 ], - "description": "ID5 is the leading identity provider powering addressable advertising for brands, publishers, and their technology partners.", + "description": "ID5 is a company that offers an identity solution for digital advertising, providing a Universal ID that enables privacy-compliant user recognition and tracking across websites without relying on personal information or third-party cookies.", "saas": true, - "icon": "ID5.png", + "icon": "ID5.svg", "website": "https://id5.io/", "scriptSrc": [ - "^https://(?:cdn\\.)?id5-sync\\.com", - "id5-api\\.js" + "^https://(?:cdn\\.)?id5-sync\\.com/" ], "xhr": ".*id5-sync\\.com", "cookies": { "id5": "" }, "js": { - "ID5": "", + "ID5._version": "^(.+)$\\;version:\\1", "__id5_instances": "" } },