KeyGuard - Password Manager Firefox

Examine source code of KeyGuard - Password Manager

Inspect and view changes in KeyGuard - Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "activeTab",
    "cookies"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "KeyGuard",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "name": "KeyGaurd - Password Manager",
  "description": "Experience seamless password management with KeyGuard – save, autofill, and secure your credentials effortlessly.",
  "author": "FireArc",
  "version": "3.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "serviceWorker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScr.js"
      ],
      "css": [
        "bundle.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "index.html",
    "assets/icon.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d47cd40-de42-4874-8ce8-aaf3e9665f53}"
    }
  }
}

Best KeyGuard - Password Manager Alternatives

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