ExpressVPN Keys: Password Manager

ExpressVPN Keys: Password Manager

Securely save and fill unlimited passwords in your browser and sign in to sites faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_name_title__",
  "short_name": "__MSG_app_short_name_title__",
  "description": "__MSG_app_description_text__",
  "version": "2.0.13.1138",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmP0TSWMkLAEs4xk8ESwZ0ZKSsI3WFAhlW7faZpfhNvHsFNDrOIA7wPvSxoVL7B3ThVfvcq46hFh0avaBW3bd5iJkA4c2b4cYXZZh7TurPiQ9vKsCfVcNqjYIODy3x+44PKeJD3Qe1z9gUkxSvfitUvflqXKcg2TBDWodNfw17x4+j+hKTRTCUGDven55T2o5x6c5lmG7pMXl0UT3C/cDTx7jio8fg+S59eZT/Y4kJnomY8AQZyU7ukFSMH6C9tS57MkOX/DzKT46qAhG6Cp4F5NBj5wLtpBlsYpCVw9FqmcGUNKDaWZwR+ywEuPNnY4ZbC7f6xdc/SZvJUrtUJ6FPwIDAQAB",
  "icons": {
    "16": "src/images/PWM-Default-16.png",
    "32": "src/images/PWM-Default-32.png",
    "48": "src/images/PWM-Default-48.png",
    "128": "src/images/PWM-Default-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Alt+E"
      }
    }
  },
  "action": {
    "default_title": "__MSG_app_default_title__"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/images/logo.svg",
        "html/autofill.html",
        "html/autofillWarning.html",
        "html/autosave.html",
        "src/images/PWM-Default-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/autofillFunctions-G1O5_hdL.js",
        "assets/Settings--8RV1r8C.js",
        "assets/isVisible-f1oP1pi9.js",
        "assets/types-vRw4W1zs.js",
        "assets/unhandledErrorHandler-bH5MHq-Q.js",
        "assets/bootstrapAutofill.ts-z6bVgTJE.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/bootstrapAutofill.ts-loader-SmTbDu8g.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": false,
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "minimum_chrome_version": "109",
  "default_locale": "en",
  "permissions": [
    "nativeMessaging",
    "webNavigation",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "tabs",
    "alarms",
    "idle",
    "notifications",
    "clipboardWrite",
    "offscreen",
    "privacy"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  }
}