NordPass® (legacy) Firefox

Examine source code of NordPass® (legacy)

By: NordVPN Add-on
Inspect and view changes in NordPass® (legacy) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "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/icon-16.png",
    "32": "assets/manifestIcons/icon-32.png",
    "48": "assets/manifestIcons/icon-48.png",
    "96": "assets/manifestIcons/icon-96.png",
    "128": "assets/manifestIcons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "assets/manifestIcons/icon-48-locked.png",
    "default_popup": "index.html",
    "default_title": "NordPass Password Manager"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "exclude_matches": [
        "*://nordaccount.com/*",
        "*://vault.mismatch.site/*",
        "*://app.nordpass.com/*",
        "*://panel.nordpass.com/*",
        "*://nordpass.com/secure-password/",
        "*://www.pscu.ie/login.asp",
        "*://mail.google.com/mail/*",
        "*://nordbusinessaccount.com/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "redirectContent.js"
      ],
      "matches": [
        "https://nordpass.com/app/"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "autofill.html",
    "reportProblem.html",
    "autofillSwitcher.html",
    "assets/manifestIcons/icon.svg",
    "index.html"
  ],
  "permissions": [
    "storage",
    "tabs",
    "privacy",
    "contextMenus",
    "https://api-toggle.nordpass.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nordpass@nordpass.com",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "4.33.10"
}

Best NordPass® (legacy) Alternatives

Here are some Firefox add-ons that are similar to NordPass® (legacy):