Passly Password Manager Firefox

Examine source code of Passly Password Manager

Inspect and view changes in Passly Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Passly Password Manager",
  "version": "3.3.1",
  "description": "Secure password manager for individuals and teams",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "clipboardWrite",
    "notifications",
    "tabs",
    "identity",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "Passly",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "sidebar_action": {
    "default_title": "Passly",
    "default_panel": "src/popup/sidepanel.html",
    "default_icon": "icons/icon48.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "top.passly.extension.misterbr@passly.top",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    }
  }
}

Best Passly Password Manager Alternatives

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