diff --git a/config/vpn.js b/config/vpn.js index 749cdad..6747046 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -6,6 +6,18 @@ export default { \n\nYou should use a VPN provider that you trust to not harvest and re-sell your data. The best VPNs often charge a monthly subscription - this is a good thing because it means their business model is not reliant upon reselling your data to advertisers. `, apps: [ + { + 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: 'IVPN', image: '/static/img/ivpn.jpg', diff --git a/static/img/purevpn.jpg b/static/img/purevpn.jpg new file mode 100644 index 0000000..0862d74 Binary files /dev/null and b/static/img/purevpn.jpg differ