TweakPass: Free Password Manager Firefox

Examine source code of TweakPass: Free Password Manager

Inspect and view changes in TweakPass: Free Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TweakPass: Free Password Manager",
  "description": "Manage your passwords on a single click",
  "version": "1.0.18",
  "short_name": "TweakPass",
  "browser_action": {
    "default_icon": {
      "19": "common/logo/logo-gray-19.png",
      "38": "common/logo/logo-gray-38.png"
    },
    "default_popup": "common/html/popup.html",
    "default_title": "TweakPass"
  },
  "icons": {
    "16": "common/logo/logo-16.png",
    "32": "common/logo/logo-32.png",
    "48": "common/logo/logo-48.png",
    "128": "common/logo/logo-128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "common/js/jquery.min.js",
      "common/js/fingerprint2.js",
      "common/js/CallClasses.js",
      "common/js/db.js",
      "common/js/CommonHelper.js",
      "common/js/helperLib.js",
      "common/js/parseHelper.js",
      "common/js/background.js",
      "common/js/passwordScore.js",
      "common/js/zxcvbn.js",
      "common/js/defiant.min.js",
      "common/js/psl.min.js"
    ]
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "webNavigation",
    "tabs",
    "contextMenus",
    "clipboardWrite",
    "notifications"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "common/js/jquery.min.js",
        "common/js/defiant.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*",
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "common/js/inject.js",
        "common/js/psl.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*",
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "common/logo/icon-16.png",
    "common/html/DialogListSites.html",
    "common/html/DialogSavePopup.html"
  ]
}

Best TweakPass: Free Password Manager Alternatives

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