NordPass® Password Manager & Digital Vault

NordPass® Password Manager & Digital Vault

NordPass is your freedom from password stress. Generate and securely store strong passwords and autofill them with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "NordPass® Password Manager & Digital Vault",
  "short_name": "NordPass",
  "description": "NordPass is your freedom from password stress. Generate and securely store strong passwords and autofill them with a single click.",
  "icons": {
    "16": "assets/manifestIcons/standalone-extension-16.png",
    "32": "assets/manifestIcons/standalone-extension-32.png",
    "48": "assets/manifestIcons/standalone-extension-48.png",
    "96": "assets/manifestIcons/standalone-extension-96.png",
    "128": "assets/manifestIcons/standalone-extension-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jsAndWasm/content.js",
        "jsAndWasm/classifier.js"
      ],
      "exclude_matches": [
        "*://nobodyone.dev/*",
        "*://nordaccount.com/*",
        "*://app.stag.global.nordpass.com/*",
        "*://app.nordpass.com/*",
        "*://panel.nordpass.com/*",
        "*://nordpass.com/secure-password/",
        "*://www.pscu.ie/login.asp",
        "*://mail.google.com/mail/*",
        "*://nordbusinessaccount.com/*",
        "*://*.numiscorp.com/*",
        "*://*.springcm.com/atlas*",
        "*://tefi.lightning.force.com/lightning*",
        "*://mantel.com/backoffice",
        "*://pm.officeally.com/*",
        "*://docs.google.com/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jsAndWasm/redirectContent.js"
      ],
      "matches": [
        "https://nordpass.com/app/"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.svg",
        "assets/*.ttf",
        "iconFrame.html",
        "biometrics.html",
        "jsAndWasm/passkeys.js",
        "css/content.css",
        "assets/manifestIcons/icon.svg",
        "app.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "privacy",
    "contextMenus",
    "idle",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "jsAndWasm/background.js"
    ]
  },
  "version": "5.15.28",
  "optional_permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_security_policy": {
    "extension_pages": "base-uri 'self'; object-src 'none'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self'; default-src 'none'; font-src 'self'; child-src 'none'; frame-src 'none'; frame-ancestors 'none'; connect-src 'self' data: https://api-toggle.nordpass.com https://api-toggle.stag.eu.nordpass.com/ https://api.nordpass.com https://api.eu.nordpass.com https://api2.nordpass.com https://api.stag.eu.nordpass.com https://api2.stag.eu.nordpass.com https://s1.npass.app https://debug2.nordpass.com https://api.nordbusinessaccount.com https://business-auth.eu.nordpass.com https://business-auth.stag.eu.nordbusinessaccount.com https://downloads.npass.app https://nl-cs-production-cloud-storage.s3.amazonaws.com/ https://nl-cs-staging-cloud-storage.s3.amazonaws.com/ https://sdk-api.devcycle.com/ https://realtime.ably.io https://lastpass.com/ wss://nc-unit1-mqtt.nordpass.com:8885/mqtt wss://nc-unit1-mqtt-k8s.nordpass.com:8885/mqtt wss://nc-unit1-mqtt.mismatch.site:8895/mqtt; img-src 'self' blob: data: https://s1.npass.app https://assets-static-np.s3.amazonaws.com https://api.nordbusinessaccount.com https://business-auth.eu.nordpass.com https://business-auth.stag.eu.nordbusinessaccount.com https://avatars.nordpass.com https://avatars.stag.global.nordpass.com/"
  },
  "minimum_chrome_version": "110.0",
  "action": {
    "default_icon": "assets/manifestIcons/standalone-extension-48.png",
    "default_popup": "index.html",
    "default_title": "NordPass Password Manager"
  },
  "host_permissions": [
    "https://api-toggle.nordpass.com/*",
    "https://api-toggle.stag.eu.nordpass.com/*",
    "https://lastpass.com/*"
  ]
}