Stay secure with CyberGhost

Stay secure with CyberGhost

Unblock any restricted website with CyberGhost VPN Proxy! One-Click connect to secure your connection! Unlimited traffic –100% FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "assets/js/firefox/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "cyberghost_disabled.png",
    "default_popup": "cyberghost.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "Unblock any restricted website with CyberGhost VPN Proxy! One-Click connect to secure your connection! Unlimited traffic –100% FREE!",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/gjpipmgnfkndeoohbimamibmccikkpnm",
  "icons": {
    "16": "assets/img/cg-16.png",
    "48": "assets/img/cg-48.png",
    "128": "assets/img/cg-128.png"
  },
  "manifest_version": 2,
  "name": "Stay secure with CyberGhost",
  "permissions": [
    "storage",
    "proxy",
    "privacy",
    "<all_urls>",
    "https://api.infura.io/*",
    "https://api.myetherapi.com/*",
    "https://api.infura.io/v1/jsonrpc/ropsten",
    "https://*.microsoft.com/*"
  ],
  "short_name": "CyberGhost",
  "version": "15.11.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}