mod_register_apps/mod_register_apps.lua
changeset 5018 eb3f99d0e72d
parent 4980 75b6e5df65f9
child 5182 556bf57d6417
equal deleted inserted replaced
5017:a106477f1a65 5018:eb3f99d0e72d
   103 		download = {
   103 		download = {
   104 			buttons = {
   104 			buttons = {
   105 				{
   105 				{
   106 					text = "Download Gajim";
   106 					text = "Download Gajim";
   107 					url = "https://gajim.org/download/";
   107 					url = "https://gajim.org/download/";
       
   108 					target = "_blank";
       
   109 				};
       
   110 			};
       
   111 		};
       
   112 	};
       
   113 	{
       
   114 		name  = "Monal";
       
   115 		text  = [[A modern open-source chat client for iPhone and iPad. It is easy to use and has a clean user interface.]];
       
   116 		image = "assets/logos/monal.svg";
       
   117 		link  = "https://monal-im.org/";
       
   118 		platforms = { "iOS" };
       
   119 		supports_preauth_uri = true;
       
   120 		download = {
       
   121 			buttons = {
       
   122 				{
       
   123 					image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps";
       
   124 					url = "https://apps.apple.com/app/id317711500";
       
   125 					target = "_blank";
       
   126 				};
       
   127 			};
       
   128 		};
       
   129 	};
       
   130 	{
       
   131 		name  = "Monal";
       
   132 		text  = [[A modern open-source chat client for Mac. It is easy to use and has a clean user interface.]];
       
   133 		image = "assets/logos/monal.svg";
       
   134 		link  = "https://monal-im.org/";
       
   135 		platforms = { "macOS" };
       
   136 		supports_preauth_uri = true;
       
   137 		download = {
       
   138 			buttons = {
       
   139 				{
       
   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";
   108 					target = "_blank";
   142 					target = "_blank";
   109 				};
   143 				};
   110 			};
   144 			};
   111 		};
   145 		};
   112 	};
   146 	};