From 7c11ec67c2fe7af8d1bdb38536b4732e970d43b1 Mon Sep 17 00:00:00 2001 From: ysm-dev Date: Fri, 18 Aug 2023 14:52:15 +0900 Subject: [PATCH] Add Loglib Detection --- src/technologies/l.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index e75057e88..ab4209107 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1519,6 +1519,23 @@ "scriptSrc": "lodash.*\\.js", "website": "https://www.lodash.com" }, + "Loglib": { + "cats": [ + 10 + ], + "description": "Loglib is a Open Source and Privacy-First web analytics that aims to provide simple yet can be powerful based on your needs.", + "icon": "Loglib.svg", + "js": { + "lli": "", + "llc": "" + }, + "pricing": [ + "freemium" + ], + "oss": true, + "saas": true, + "website": "https://www.loglib.io" + }, "LogRocket": { "cats": [ 10 @@ -2078,4 +2095,4 @@ "oss": true, "website": "https://github.com/paulirish/lite-youtube-embed" } -} \ No newline at end of file +}