diff --git a/src/drivers/webextension/images/icons/Three.js.svg b/src/drivers/webextension/images/icons/Three.js.svg new file mode 100644 index 000000000..f3148558d --- /dev/null +++ b/src/drivers/webextension/images/icons/Three.js.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/three.js.png b/src/drivers/webextension/images/icons/three.js.png deleted file mode 100644 index 51614a48c..000000000 Binary files a/src/drivers/webextension/images/icons/three.js.png and /dev/null differ diff --git a/src/technologies/t.json b/src/technologies/t.json index 7590511b0..128cc59ed 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -3317,12 +3317,12 @@ "website": "https://www.thetradedesk.com", "xhr": "adsvr\\.org" }, - "three.js": { + "Three.js": { "cats": [ 25 ], "description": "Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.", - "icon": "three.js.png", + "icon": "Three.js.svg", "js": { "THREE.REVISION": "^(.+)$\\;version:\\1", "__THREE__": "^(.+)$\\;version:\\1"