IPSECVPN

IPSECVPN

IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IPSECVPN",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "proxy",
    "notifications",
    "*://*/*",
    "privacy"
  ],
  "optional_permissions": [
    "management"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "libs/jquery-3.1.1.min.js",
      "modules/config.js",
      "modules/utils.js",
      "modules/proxy.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": {
      "16": "img/icon_disconncted16.png"
    },
    "default_popup": "popup.html"
  }
}