BeyondTrust Workforce Passwords Firefox

Examine source code of BeyondTrust Workforce Passwords

Inspect and view changes in BeyondTrust Workforce Passwords source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BeyondTrust Workforce Passwords",
  "description": "Securely use credentials stored in BeyondTrust's Password Safe application to simplify logging into your favorite websites.",
  "version": "26.1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "exclude_globs": [
        "chrome-extension://*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "version.js",
        "lib/css/*",
        "lib/icons/*",
        "lib/components/*.css",
        "lib/utils/*",
        "content-scripts/*",
        "images/logo-32.png"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "/background/firefox.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "default-src *; script-src 'self'; style-src 'unsafe-inline'; img-src * data:;"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "contextMenus",
    "clipboardWrite",
    "notifications",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "119.0",
      "id": "workforce-passwords@beyondtrust.com"
    }
  }
}

Best BeyondTrust Workforce Passwords Alternatives

Here are some Firefox add-ons that are similar to BeyondTrust Workforce Passwords: