diff --git a/src/drivers/webextension/images/icons/umami.svg b/src/drivers/webextension/images/icons/umami.svg new file mode 100644 index 000000000..da368bc10 --- /dev/null +++ b/src/drivers/webextension/images/icons/umami.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/u.json b/src/technologies/u.json index dd6c418b4..705cdd9e3 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -181,6 +181,16 @@ "url": "/cgi-bin/UCEditor\\?", "website": "http://ultracart.com" }, + "Umami": { + "cats": [ + 10 + ], + "description": "Umami is a self-hosted web analytics solution. It's goal is to provide a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions.", + "icon": "umami.svg", + "oss": true, + "scriptSrc": "umami\\.js", + "website": "https://umami.is/" + }, "Umbraco": { "cats": [ 1 @@ -630,4 +640,4 @@ }, "website": "https://user.com" } -} \ No newline at end of file +}