Comparison

mod_register_apps/mod_register_apps.lua @ 6096:fe380764032d

mod_register_apps: Fix iOS download button image URLs
author Robby Stokoe <robbystk@protonmail.com>
date Mon, 16 Dec 2024 20:01:00 -0700
parent 5955:07f32bf41303
child 6230:8c98b1dd1ad3
comparison
equal deleted inserted replaced
6095:b048767a69b0 6096:fe380764032d
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 };