diff --git a/public/images/knowledge-base-logo/cyber-ghost.png b/public/images/knowledge-base-logo/cyber-ghost.png new file mode 100644 index 00000000..a893a848 Binary files /dev/null and b/public/images/knowledge-base-logo/cyber-ghost.png differ diff --git a/public/images/knowledge-base-logo/gecko.png b/public/images/knowledge-base-logo/gecko.png new file mode 100644 index 00000000..e115e9ac Binary files /dev/null and b/public/images/knowledge-base-logo/gecko.png differ diff --git a/public/images/knowledge-base-logo/ivacy.png b/public/images/knowledge-base-logo/ivacy.png new file mode 100644 index 00000000..057113d5 Binary files /dev/null and b/public/images/knowledge-base-logo/ivacy.png differ diff --git a/public/images/knowledge-base-logo/turbo.png b/public/images/knowledge-base-logo/turbo.png new file mode 100644 index 00000000..3abb405c Binary files /dev/null and b/public/images/knowledge-base-logo/turbo.png differ diff --git a/public/images/knowledge-base-logo/vpnunlimited.png b/public/images/knowledge-base-logo/vpnunlimited.png new file mode 100644 index 00000000..6889d5f4 Binary files /dev/null and b/public/images/knowledge-base-logo/vpnunlimited.png differ diff --git a/public/images/knowledge-base-logo/windscribe.png b/public/images/knowledge-base-logo/windscribe.png new file mode 100644 index 00000000..65ff1900 Binary files /dev/null and b/public/images/knowledge-base-logo/windscribe.png differ diff --git a/src/utils/constants.js b/src/utils/constants.js index 059cb5f9..46849186 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1906,6 +1906,78 @@ export const pluginBasicInfo = [ desc: 'knowledgeBase.desc.ipVanishIp', iconUrl: 'images/knowledge-base-logo/ip-vanish.png' }, + { + id: 113, + name: 'CyberGhost VPN', + type: 'Domain', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.cyberGhostDomain', + iconUrl: 'images/knowledge-base-logo/cyber-ghost.png' + }, + { + id: 114, + name: 'CyberGhost VPN', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.cyberGhostIp', + iconUrl: 'images/knowledge-base-logo/cyber-ghost.png' + }, + { + id: 115, + name: 'Gecko VPN', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.geckoIp', + iconUrl: 'images/knowledge-base-logo/gecko.png' + }, + { + id: 116, + name: 'Ivacy VPN', + type: 'Domain', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.ivacyDomain', + iconUrl: 'images/knowledge-base-logo/ivacy.png' + }, + { + id: 117, + name: 'Ivacy VPN', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.ivacyIp', + iconUrl: 'images/knowledge-base-logo/ivacy.png' + }, + { + id: 118, + name: 'Turbo VPN', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.turboIp', + iconUrl: 'images/knowledge-base-logo/turbo.png' + }, + { + id: 119, + name: 'Vpnunlimited', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.vpnunlimited', + iconUrl: 'images/knowledge-base-logo/vpnunlimited.png' + }, + { + id: 120, + name: 'Windscribe VPN', + type: 'Domain', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.windscribeDomain', + iconUrl: 'images/knowledge-base-logo/windscribe.png' + }, + { + id: 121, + name: 'Windscribe VPN', + type: 'IP', + schedule: 'plugin.hourly', + desc: 'knowledgeBase.desc.windscribeIp', + iconUrl: 'images/knowledge-base-logo/windscribe.png' + }, { id: 109, name: 'Psiphon3 VPN',