hPass Password Manager Firefox

Examine source code of hPass Password Manager

Inspect and view changes in hPass Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "hPass Password Manager",
  "version": "1.0.0",
  "description": "Quản lý mật khẩu an toàn: mã hóa AES-256, TOTP, tự động điền, đồng bộ đa thiết bị — by hOne (HQV Software).",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "alarms",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/autofill.js"
      ],
      "css": [
        "content/autofill.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hpass@hqv.software",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best hPass Password Manager Alternatives

Here are some Firefox add-ons that are similar to hPass Password Manager: