ExpressVPN: VPN proxy for a better internet

ExpressVPN: VPN proxy for a better internet

Go online safely with blazing-fast speed. Spoof your location, access content anywhere, and control the ExpressVPN app from Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name_title__",
  "short_name": "__MSG_app_short_name_title__",
  "version": "6.0.1.5959",
  "manifest_version": 3,
  "description": "__MSG_app_description_text__",
  "author": "ExpressVPN",
  "icons": {
    "16": "images/toolbar-icon-16.png",
    "32": "images/toolbar-icon-32.png",
    "48": "images/toolbar-icon-48.png",
    "128": "images/toolbar-icon-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Ctrl+X",
        "mac": "Shift+Command+O"
      }
    }
  },
  "default_locale": "en",
  "permissions": [
    "cookies",
    "nativeMessaging",
    "privacy",
    "storage",
    "webRequest",
    "tabs",
    "unlimitedStorage",
    "notifications",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "ExpressVPN",
    "default_popup": "html/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "html/networkLock.html",
        "scripts/content/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "scripts/content/gpsBootstrap.js"
      ]
    }
  ],
  "minimum_chrome_version": "116",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs24qmLQZjYn5vnBdvJ77lURW/Ig8V4PPR+RWzenikcFUnvU3CaI92jlb7PBM1YtR4q4DyhNlGMiSccYxcwH5Z2wogWW/BUxV0idK8e24Xtl3HQvDvEHl684x2QJWbebXdV3d1XPu4FfwBJBEbVDwxqItSojdc+eam1GZtXfiibz4hgum2uNhnydIG/vxTJ/nWAJ8uBWOgHaiU47t49ma4ptvNQZ3QTaDsFbKtl+kfV9jNRChVW7skadvixTOIVZBLcnnNxVhgefsERz97IN6ngTQN0W2x2q3cKfl6EU0K7HStw1zet3/lorsqyoZbpHE3HWWsj+/RBCrAFjxqPO7hwIDAQAB"
}