diff --git a/README.md b/README.md index b1e315d0f..707d3e42b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Patterns (regular expressions) are kept in [`src/technologies/`](https://github. "xhr": "example\\.com", "oss": true, "saas": true, - "pricing": ["medium", "freemium", "recurring"], + "pricing": ["mid", "freemium", "recurring"], "website": "https://example.com", } ``` diff --git a/src/drivers/webextension/images/icons/Microsoft ASP.NET.png b/src/drivers/webextension/images/icons/Microsoft ASP.NET.png deleted file mode 100644 index 471760a89..000000000 Binary files a/src/drivers/webextension/images/icons/Microsoft ASP.NET.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/Microsoft ASP.NET.svg b/src/drivers/webextension/images/icons/Microsoft ASP.NET.svg new file mode 100644 index 000000000..d204a0904 --- /dev/null +++ b/src/drivers/webextension/images/icons/Microsoft ASP.NET.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index 2a121f75b..1747919ee 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -764,7 +764,7 @@ "X-Powered-By": "^ASP\\.NET" }, "html": "]+name=\"__VIEWSTATE", - "icon": "Microsoft ASP.NET.png", + "icon": "Microsoft ASP.NET.svg", "implies": "IIS\\;confidence:50", "url": "\\.aspx?(?:$|\\?)", "website": "https://www.asp.net" @@ -1729,4 +1729,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}