diff --git a/src/drivers/webextension/images/icons/BugSnag.png b/src/drivers/webextension/images/icons/BugSnag.png deleted file mode 100644 index 0830789de..000000000 Binary files a/src/drivers/webextension/images/icons/BugSnag.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/BugSnag.svg b/src/drivers/webextension/images/icons/BugSnag.svg new file mode 100644 index 000000000..ac0fdda09 --- /dev/null +++ b/src/drivers/webextension/images/icons/BugSnag.svg @@ -0,0 +1 @@ + diff --git a/src/technologies/b.json b/src/technologies/b.json index 54abc8d79..ca5642ff2 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2371,17 +2371,18 @@ }, "BugSnag": { "cats": [ - 10 + 10, + 13 ], "description": "Bugsnag is a cross-platform error monitoring, reporting, and resolution software.", - "icon": "BugSnag.png", + "icon": "BugSnag.svg", "js": { "Bugsnag": "", "bugsnag": "", "bugsnagClient": "" }, "scriptSrc": "/bugsnag.*\\.js", - "website": "http://bugsnag.com" + "website": "https://bugsnag.com" }, "Bugcrowd": { "cats": [ @@ -2670,4 +2671,4 @@ "scriptSrc": "cdn\\.ibdok\\.ir/", "website": "https://bdok.ir" } -} \ No newline at end of file +}