Merge pull request #22 from JonathanSpeek/f/add-vpn-provider

add NordVPN to VPN apps
This commit is contained in:
Brian Lovin 2019-01-14 21:14:32 -08:00 committed by GitHub
commit 27e5ed5986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -40,6 +40,17 @@ export default {
android: 'https://www.expressvpn.com/vpn-software/vpn-android',
},
},
{
name: 'NordVPN',
image: '/static/img/nordvpn.jpg',
url: 'https://nordvpn.com/',
sources: {
windows: 'https://nordvpn.com/download/windows/',
macos: 'https://nordvpn.com/download/mac/',
ios: 'https://nordvpn.com/download/ios/',
android: 'https://nordvpn.com/download/android/',
},
},
],
resources: [
{

BIN
static/img/nordvpn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB