comparison mod_register_apps/mod_register_apps.lua @ 5717:e06af1403a60

mod_register_apps: Add Renga to the list of supported clients
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 16 Nov 2023 16:14:24 +0100
parents 556bf57d6417
children
comparison
equal deleted inserted replaced
5716:426c42c11f89 5717:e06af1403a60
139 { 139 {
140 image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=macossoftware&bubble=macos_apps"; 140 image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=macossoftware&bubble=macos_apps";
141 url = "https://apps.apple.com/app/id1637078500"; 141 url = "https://apps.apple.com/app/id1637078500";
142 target = "_blank"; 142 target = "_blank";
143 }; 143 };
144 };
145 };
146 };
147 {
148 name = "Renga";
149 text = [[XMPP client for Haiku]];
150 image = "assets/logos/renga.svg";
151 link = "https://pulkomandy.tk/projects/renga";
152 platforms = { "Haiku" };
153 download = {
154 buttons = {
155 { text = "Download Renga for Haiku", url = "https://depot.haiku-os.org/#!/pkg/renga?bcguid=bc233-PQIA", target="_blank" };
144 }; 156 };
145 }; 157 };
146 }; 158 };
147 }); 159 });
148 160