From 5303b28dc15ae4cdc8131985b3f52aafe233c498 Mon Sep 17 00:00:00 2001 From: Aliif Arief Date: Fri, 31 Dec 2021 07:53:10 +0700 Subject: [PATCH 1/3] add umami logo --- src/drivers/webextension/images/icons/umami.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/webextension/images/icons/umami.svg 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 From 8edc9bd60a096e9846625538da18eb5a840b6848 Mon Sep 17 00:00:00 2001 From: Aliif Arief Date: Fri, 31 Dec 2021 07:54:49 +0700 Subject: [PATCH 2/3] add umami --- src/technologies/u.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index dd6c418b4..bdd3ac3ce 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 simple, easy to use, self-hosted web analytics solution. The goal is to provide you with 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 +} From 451e051f33df094c6f29cedddb7acab327fedf83 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 1 Jan 2022 09:43:25 +1100 Subject: [PATCH 3/3] Update u.json --- src/technologies/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index bdd3ac3ce..705cdd9e3 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -185,7 +185,7 @@ "cats": [ 10 ], - "description": "Umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions.", + "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",