masterpassword for Firefox Firefox

Examine source code of masterpassword for Firefox

Inspect and view changes in masterpassword for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "MasterPassword for Firefox",
  "version": "3.0.0",
  "manifest_version": 3,
  "description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
  "author": "Torbjorn Tyridal (ttyridal)",
  "homepage_url": "https://github.com/ttyridal/masterpassword-firefox",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "type": "module"
  },
  "incognito": "spanning",
  "options_ui": {
    "page": "src/options/options.html",
    "browser_style": false
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon19.png",
      "32": "icons/icon32.png"
    },
    "default_title": "MasterPassword",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+P",
        "mac": "MacCtrl+Shift+P"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-pn4AFskf9WBAdA@jetpack",
      "strict_min_version": "117.0"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage",
    "alarms",
    "nativeMessaging"
  ]
}

Best masterpassword for Firefox Alternatives

Here are some Firefox add-ons that are similar to masterpassword for Firefox: