diff --git a/src/drivers/webextension/images/icons/Mapbogljs.png b/src/drivers/webextension/images/icons/Mapbogljs.png deleted file mode 100644 index f21e1e0df..000000000 Binary files a/src/drivers/webextension/images/icons/Mapbogljs.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/Mapbogljs.svg b/src/drivers/webextension/images/icons/Mapbogljs.svg new file mode 100644 index 000000000..8c6613483 --- /dev/null +++ b/src/drivers/webextension/images/icons/Mapbogljs.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index 4ea0df965..7e9af5f43 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -537,11 +537,12 @@ ], "description": "Mapbox GL JS is a JavaScript library that uses WebGL to render interactive maps from vector tiles and Mapbox styles.", "dom": "link[href*='mapbox-gl.css']", - "icon": "Mapbogljs.png", + "icon": "Mapbogljs.svg", "js": { "mapboxgl.version": "^(.+)$\\;version:\\1\\;confidence:0" }, - "scriptSrc": "mapbox-gl.js", + "scriptSrc": "mapbox-gl\\.js", + "oss": true, "website": "https://github.com/mapbox/mapbox-gl-js" }, "Mapp": {