Examine source code of Dashlane — Password Manager

Inspect and view changes in Dashlane — Password Manager source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "persistent": true,
    "scripts": [
      "background-autofill.js",
      "background-domains.js",
      "background-framework.js",
      "background-legacy.js",
      "background-libs.js",
      "background-page.js",
      "background-shared.js",
      "background-vendors~0.js",
      "background-vendors~1.js",
      "background-vendors~2.js",
      "background-vendors~3.js",
      "background-vendors~4.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/action/icon_loading.png",
      "32": "icons/action/icon_loading@2x.png"
    },
    "default_popup": "popup/index.html",
    "default_title": "Dashlane"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionShortDescription__",
  "icons": {
    "16": "icons/icon-dashlane-16px.png",
    "48": "icons/icon-dashlane-48px.png",
    "128": "icons/icon-dashlane-128px.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtensionName__",
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "cookies",
    "idle",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "version": "6.2515.0",
  "content_security_policy": "script-src 'self' 'wasm-eval' 'wasm-unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://platform.twitter.com/widgets/*",
        "*://www.facebook.com/plugins/*",
        "*://plusone.google.com/_/+1/*",
        "*://challenges.cloudflare.com/*",
        "*://locations.texastechfcu.org/*"
      ],
      "exclude_globs": [
        "*://www.google.*/*sourceid=chrome-instant*",
        "*://www.google.*/blank.html*"
      ],
      "js": [
        "content/contentScripts/kwift.CHROME.js",
        "content/injected/vendors.js"
      ],
      "css": [
        "content/webui/webui-frame.css"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content/contentScripts/dashlane-saml-intercept-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": false
    },
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "*://platform.twitter.com/widgets/*",
        "*://www.facebook.com/plugins/*",
        "*://plusone.google.com/_/+1/*",
        "*://challenges.cloudflare.com/*",
        "*://locations.texastechfcu.org/*"
      ],
      "exclude_globs": [
        "*://www.google.*/*sourceid=chrome-instant*",
        "*://www.google.*/blank.html*"
      ],
      "js": [
        "content/contentScripts/dashlane-page-scripts-installer.js",
        "content/contentScripts/dashlane-shadow-dom-page-script-installer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "*://platform.twitter.com/widgets/*",
        "*://www.facebook.com/plugins/*",
        "*://plusone.google.com/_/+1/*",
        "*://challenges.cloudflare.com/*",
        "*://locations.texastechfcu.org/*"
      ],
      "exclude_globs": [
        "*://www.google.*/*sourceid=chrome-instant*",
        "*://www.google.*/blank.html*"
      ],
      "js": [
        "content/contentScripts/dashlane-webkit-animation-page-script-installer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "index.html",
    "loading.html",
    "content/injected/logo-autofill-known.svg",
    "content/injected/logo-autofill-unknown.svg",
    "content/injected/loader.png",
    "content/webui/index.html",
    "content/injected/vendors.js",
    "content/pageScripts/dashlane-webauthn-page-script.js",
    "content/pageScripts/dashlane-shadow-dom-page-script.js",
    "content/pageScripts/dashlane-webkit-animation-page-script.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}