diff --git a/src/drivers/webextension/images/icons/abp.svg b/src/drivers/webextension/images/icons/abp.svg new file mode 100644 index 000000000..58f6db340 --- /dev/null +++ b/src/drivers/webextension/images/icons/abp.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 111992c9d..29bcd36f8 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -58,6 +58,20 @@ "saas": true, "website": "https://commercesuite.aboutyou.com" }, + "ABP Framework": { + "cats": [ + 18 + ], + "description": "ABP Framework is a complete infrastructure to create modern web applications by following the best practices and conventions of software development.", + "icon": "abp.svg", + "implies": "Microsoft ASP.NET", + "js": { + "abp.timing.timeZone": "", + "abp.version": "(.*)\\;version:\\1" + }, + "oss": true, + "website": "https://abp.io/" + }, "AD EBiS": { "cats": [ 36, @@ -216,8 +230,8 @@ "icon": "aspnetboilerplate.png", "implies": "Microsoft ASP.NET", "js": { - "abp.localization": "", - "abp.toAbsAppPath": "" + "abp.timing.utcClockProvider": "", + "abp.aspnetboilerplate.version": "(.*)\\;version:\\1" }, "oss": true, "website": "https://www.aspnetboilerplate.com" @@ -4508,4 +4522,4 @@ "oss": true, "website": "http://augmented-ui.com" } -} \ No newline at end of file +}