From 0fb52ea212c312edd5d11868f270a78fd1ebf3d3 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 8 Jan 2022 20:40:46 +0000 Subject: [PATCH] openvpn: Add link to IOS app Reviewed-by: Sunil Mohan Adapa --- plinth/modules/openvpn/manifest.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/openvpn/manifest.py b/plinth/modules/openvpn/manifest.py index 443276b99..22f745926 100644 --- a/plinth/modules/openvpn/manifest.py +++ b/plinth/modules/openvpn/manifest.py @@ -33,6 +33,11 @@ clients = [{ 'os': 'android', 'store_name': 'google-play', 'url': store_url('google-play', _package_id) + }, { + 'type': 'store', + 'os': 'ios', + 'store_name': 'app-store', + 'url': 'https://apps.apple.com/app/openvpn-connect/id590379981' }, { 'type': 'download', 'os': 'gnu-linux',