Merge pull request #245 from n0cake/master

Added PureVPN to vpn list.
This commit is contained in:
Brian Lovin 2019-12-26 23:27:07 -05:00 committed by GitHub
commit 6cf9158de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -91,12 +91,23 @@ export default {
},
},
{
name: 'PureVPN',
image: '/static/img/purevpn.jpg',
url: 'https://www.purevpn.com/' ,
sources: {
windows: 'https://www.purevpn.com/download/windows-vpn',
macos: 'https://www.purevpn.com/download/mac-vpn',
ios: ' https://www.purevpn.com/download/ios-vpn',
android: 'https://www.purevpn.com/download/android-vpn',
linux:'https://www.purevpn.com/download/linux-vpn',
}
},
{
name: 'Guardian Firewall',
image: '/static/img/guardian.png',
url: 'https://guardianapp.com',
sources: {
ios:
'https://itunes.apple.com/us/app/guardian-firewall/id1363796315'
ios: 'https://itunes.apple.com/us/app/guardian-firewall/id1363796315'
}
}
],

BIN
static/img/purevpn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB