# HG changeset patch # User tmolitor # Date 1661438294 -7200 # Node ID eb3f99d0e72d3faf1affa0f6b3a1fe3d55177d0f # Parent a106477f1a657e029e1deb74f64f598029611079 mod_register_apps: add monal iOS and macOS versions diff -r a106477f1a65 -r eb3f99d0e72d mod_register_apps/assets/logos/monal.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_register_apps/assets/logos/monal.svg Thu Aug 25 16:38:14 2022 +0200 @@ -0,0 +1,149 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r a106477f1a65 -r eb3f99d0e72d mod_register_apps/mod_register_apps.lua --- a/mod_register_apps/mod_register_apps.lua Wed Aug 24 16:03:17 2022 +0200 +++ b/mod_register_apps/mod_register_apps.lua Thu Aug 25 16:38:14 2022 +0200 @@ -110,6 +110,40 @@ }; }; }; + { + name = "Monal"; + text = [[A modern open-source chat client for iPhone and iPad. It is easy to use and has a clean user interface.]]; + image = "assets/logos/monal.svg"; + link = "https://monal-im.org/"; + platforms = { "iOS" }; + supports_preauth_uri = true; + download = { + buttons = { + { + image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps"; + url = "https://apps.apple.com/app/id317711500"; + target = "_blank"; + }; + }; + }; + }; + { + name = "Monal"; + text = [[A modern open-source chat client for Mac. It is easy to use and has a clean user interface.]]; + image = "assets/logos/monal.svg"; + link = "https://monal-im.org/"; + platforms = { "macOS" }; + supports_preauth_uri = true; + download = { + buttons = { + { + image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=macossoftware&bubble=macos_apps"; + url = "https://apps.apple.com/app/id1637078500"; + target = "_blank"; + }; + }; + }; + }; }); local show_apps = module:get_option_set("site_apps_show");