LastPass: Free Password Manager

LastPass: Free Password Manager

LastPass is an award-winning password manager for secure credential management on any device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LastPass: Free Password Manager",
  "short_name": "LastPass: Free Password Manager",
  "author": "LastPass",
  "version": "4.131.1",
  "description": "__MSG_appDesc__",
  "omnibox": {
    "keyword": "lp"
  },
  "permissions": [
    "scripting",
    "tabs",
    "idle",
    "notifications",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestAuthProvider",
    "offscreen",
    "alarms",
    "declarativeNetRequestWithHostAccess"
  ],
  "optional_permissions": [
    "nativeMessaging",
    "privacy",
    "clipboardWrite"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background-redux-new.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; frame-src 'self' https://lastpass.com https://lastpass.eu; connect-src 'self' https://lastpass.com https://login.microsoftonline.com https://graph.microsoft.com https://login.microsoftonline.us https://graph.microsoft.us https://*.oktapreview.com https://*.okta.com https://*.okta-emea.com https://*.pingone.com https://*.pingone.ca https://*.pingone.eu https://*.pingone.asia https://accounts.google.com https://www.googleapis.com https://openidconnect.googleapis.com https://content.googleapis.com https://*.onelogin.com https://accounts.lastpass.com wss://*.lastpass.com wss://*.lastpass.eu https://*.lastpass.com https://lastpass.eu https://browser-intake-datadoghq.com; img-src 'self' data: blob:; style-src 'self' 'unsafe-inline';"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://cis.corp.com/spl/cis.jsp"
      ],
      "js": [
        "web-client-content-script.js"
      ],
      "all_frames": true
    },
    {
      "world": "MAIN",
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "https://cis.corp.com/spl/cis.jsp"
      ],
      "js": [
        "credentials-library.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://lastpass.com/vault/*"
      ],
      "js": [
        "vault-sync-document-start.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.lastpass.com/create-account/success*"
      ],
      "js": [
        "redirect-to-vault-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://lastpass.com/*",
        "https://backoffice.lastpass.com/*"
      ],
      "js": [
        "web-federated-login-document-start.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "preferences.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png",
    "512": "images/icon-512.png"
  },
  "action": {
    "default_title": "LastPass",
    "default_popup": "webclient-extension-toolbar.html",
    "default_icon": {
      "19": "images/iconset2/19x19_Gray.png",
      "38": "images/iconset2/19x19_Gray_2x.png"
    }
  },
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "webclient-infield.html",
        "webclient-tab-prompt.html",
        "credentials-library.js",
        "success.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en"
}