Software / code / prosody-modules
Comparison
mod_register_apps/mod_register_apps.lua @ 6211:750d64c47ec6
Merge
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Tue, 18 Mar 2025 00:31:36 +0700 |
| parent | 6096:fe380764032d |
| child | 6230:8c98b1dd1ad3 |
comparison
equal
deleted
inserted
replaced
| 6210:24316a399978 | 6211:750d64c47ec6 |
|---|---|
| 10 end | 10 end |
| 11 | 11 |
| 12 local app_config = module:get_option("site_apps", { | 12 local app_config = module:get_option("site_apps", { |
| 13 { | 13 { |
| 14 name = "Conversations"; | 14 name = "Conversations"; |
| 15 text = [[Conversations is a Jabber/XMPP client for Android 4.0+ smartphones that has been optimized to provide a unique mobile experience.]]; | 15 text = [[Conversations is a Jabber/XMPP client for Android 6.0+ smartphones that has been optimized to provide a unique mobile experience.]]; |
| 16 image = "assets/logos/conversations.svg"; | 16 image = "assets/logos/conversations.svg"; |
| 17 link = "https://play.google.com/store/apps/details?id=eu.siacs.conversations"; | 17 link = "https://play.google.com/store/apps/details?id=eu.siacs.conversations"; |
| 18 platforms = { "Android" }; | 18 platforms = { "Android" }; |
| 19 supports_preauth_uri = true; | 19 supports_preauth_uri = true; |
| 20 magic_link_format = "{app.link!}&referrer={invite.uri}"; | 20 magic_link_format = "{app.link!}&referrer={invite.uri}"; |
| 52 platforms = { "iOS" }; | 52 platforms = { "iOS" }; |
| 53 supports_preauth_uri = true; | 53 supports_preauth_uri = true; |
| 54 download = { | 54 download = { |
| 55 buttons = { | 55 buttons = { |
| 56 { | 56 { |
| 57 image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps"; | 57 image = "https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000"; |
| 58 url = "https://apps.apple.com/us/app/siskin-im/id1153516838"; | 58 url = "https://apps.apple.com/us/app/siskin-im/id1153516838"; |
| 59 target = "_blank"; | 59 target = "_blank"; |
| 60 }; | 60 }; |
| 61 }; | 61 }; |
| 62 }; | 62 }; |
| 118 platforms = { "iOS" }; | 118 platforms = { "iOS" }; |
| 119 supports_preauth_uri = true; | 119 supports_preauth_uri = true; |
| 120 download = { | 120 download = { |
| 121 buttons = { | 121 buttons = { |
| 122 { | 122 { |
| 123 image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps"; | 123 image = "https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000"; |
| 124 url = "https://apps.apple.com/app/id317711500"; | 124 url = "https://apps.apple.com/app/id317711500"; |
| 125 target = "_blank"; | 125 target = "_blank"; |
| 126 }; | 126 }; |
| 127 }; | 127 }; |
| 128 }; | 128 }; |
| 135 platforms = { "macOS" }; | 135 platforms = { "macOS" }; |
| 136 supports_preauth_uri = true; | 136 supports_preauth_uri = true; |
| 137 download = { | 137 download = { |
| 138 buttons = { | 138 buttons = { |
| 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://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000"; |
| 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 }; | 144 }; |
| 145 }; | 145 }; |