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',