Dashlane — Password Manager

Dashlane — Password Manager

Dashlane makes the internet easier. Save all your passwords, fill forms fast, and keep your data accessible and safe.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background-42a39032.js",
      "background-43dd7041.js",
      "background-605be8c8.js",
      "background-9a8b795a.js",
      "background-c376993a.js",
      "background-ec3394f2.js",
      "background-f04f9f25.js",
      "background-f0e0f4c5.js",
      "background-fff8d0ed.js",
      "extension-vendors-6575d636.js",
      "extension-vendors-72e1f408.js",
      "extension-vendors-8fdd70aa.js",
      "extension-vendors-9ebd23ae.js",
      "extension-vendors-a1b7b07f.js",
      "extension-vendors-ab28add5.js",
      "extension-vendors-c30f4496.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"
  ],
  "version": "6.2413.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/*"
      ],
      "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
    },
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "*://platform.twitter.com/widgets/*",
        "*://www.facebook.com/plugins/*",
        "*://plusone.google.com/_/+1/*"
      ],
      "exclude_globs": [
        "*://www.google.*/*sourceid=chrome-instant*",
        "*://www.google.*/blank.html*"
      ],
      "js": [
        "content/contentScripts/dashlane-page-scripts-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-tiresias-page-script.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}