diff --git a/src/drivers/webextension/images/icons/Handlebars.png b/src/drivers/webextension/images/icons/Handlebars.png deleted file mode 100644 index 691e0b9bc..000000000 Binary files a/src/drivers/webextension/images/icons/Handlebars.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/Handlebars.svg b/src/drivers/webextension/images/icons/Handlebars.svg new file mode 100644 index 000000000..7eb09a000 --- /dev/null +++ b/src/drivers/webextension/images/icons/Handlebars.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index dab332d8a..c1129af9e 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -198,13 +198,14 @@ ], "cpe": "cpe:2.3:a:handlebars.js_project:handlebars.js:*:*:*:*:*:*:*:*", "description": "Handlebars is a JavaScript library used to create reusable webpage templates.", - "html": "<[^>]*type=[^>]text\\/x-handlebars-template", - "icon": "Handlebars.png", + "dom": "script[type='text/x-handlebars-template']", + "icon": "Handlebars.svg", "js": { "Handlebars": "", "Handlebars.VERSION": "^(.+)$\\;version:\\1" }, "scriptSrc": "handlebars(?:\\.runtime)?(?:-v([\\d.]+?))?(?:\\.min)?\\.js\\;version:\\1", + "oss": true, "website": "https://handlebarsjs.com" }, "Handtalk": {