PassVault - Password Manager Firefox

Examine source code of PassVault - Password Manager

By: Dibisui
Inspect and view changes in PassVault - Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PassVault - Password Manager",
  "short_name": "PassVault",
  "version": "1.0.0",
  "description": "Secure password manager with advanced autofill and security features",
  "author": "PassVault Team",
  "homepage_url": "http://192.168.178.27:3000",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/content-message-handler.js"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "exclude_matches": [
        "*://*/*.xml*",
        "file:///*.xml*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "content/autofill.css"
      ],
      "js": [
        "content/autofill-injector.js"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "exclude_matches": [
        "*://*/*.xml*",
        "file:///*.xml*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "PassVault",
    "default_popup": "popup/index.html"
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true,
    "chrome_style": false
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "alarms",
    "contextMenus",
    "idle",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "notifications"
  ],
  "optional_permissions": [
    "nativeMessaging"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "linux": "Ctrl+Shift+P"
      },
      "description": "Open PassVault popup"
    },
    "autofill_login": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Autofill login credentials"
    },
    "generate_password": {
      "suggested_key": {
        "default": "Ctrl+Shift+G"
      },
      "description": "Generate secure password"
    },
    "lock_vault": {
      "description": "Lock PassVault"
    }
  },
  "web_accessible_resources": [
    "content/autofill-page-script.js",
    "notification/bar.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "passvault-extension@passvault.com",
      "strict_min_version": "109.0"
    }
  }
}

Best PassVault - Password Manager Alternatives

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