From c2a040400e8ac2e561a098ab177f5f51bbb1099a Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 28 Aug 2024 15:26:08 +0200 Subject: [PATCH] feat(services): add Moner.ooo to services list Added Moner.ooo, a service for checking Monero/fiat exchange rates, to the services list. This includes a new icon "money-wavy" in assets. Helps users easily access exchange rate information. --- assets/dist/icons/money-wavy.swg | 1 + data/services.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 assets/dist/icons/money-wavy.swg diff --git a/assets/dist/icons/money-wavy.swg b/assets/dist/icons/money-wavy.swg new file mode 100644 index 0000000..5c11c5c --- /dev/null +++ b/assets/dist/icons/money-wavy.swg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 70c7822..16ae3bd 100644 --- a/data/services.json +++ b/data/services.json @@ -652,6 +652,24 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Moner.ooo", + "url": "https://monerooo.private.coffee", + "homemade": false, + "tiny_description": "Monero/fiat exchange rates", + "short_description": "Moner.ooo is a service for checking Monero/fiat exchange rates.", + "long_description": "Moner.ooo is a service for checking Monero/fiat exchange rates. It allows you to see the current exchange rates for Monero in various fiat currencies.", + "status": "OK", + "links": [ + { + "name": "Go to Moner.ooo", + "url": "https://monerooo.private.coffee" + } + ], + "icon": "money-wavy", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Overpass", "url": "https://overpass.private.coffee",