Scanguard Password Vault Assistant Firefox

Examine source code of Scanguard Password Vault Assistant

Inspect and view changes in Scanguard Password Vault Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "SS Protect",
  "name": "Scanguard Password Vault Assistant",
  "version": "1.2.67",
  "manifest_version": 2,
  "description": "Access saved passwords from Scanguard's Password Vault, including the ability to generate and save a new password.",
  "icons": {
    "128": "shared/images/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "security_suite.password_vault_assistant@scanguard.com",
      "strict_min_version": "50.0"
    }
  },
  "background": {
    "scripts": [
      "shared/js/jquery-3.5.0.js",
      "shared/js/pva.js",
      "shared/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "shared/js/jquery-3.5.0.js",
        "shared/js/pva.js",
        "shared/js/content-msgs.js",
        "shared/js/pwd-generator.js",
        "shared/js/banner.js",
        "shared/js/popup.js",
        "shared/js/content-script.js"
      ],
      "css": [
        "shared/css/content-script.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "shared/js/pva.js",
    "shared/js/pwd-generator.js",
    "shared/js/content-msgs.js",
    "shared/js/banner.js",
    "shared/js/popup.js",
    "shared/js/content-script.js",
    "shared/css/content-script.css",
    "shared/html/popup.html",
    "shared/html/pwd-list.html",
    "shared/html/pwd-entry.html",
    "shared/html/pwd-gen.html",
    "shared/html/unlock.html",
    "shared/html/banner.html",
    "shared/html/permission.html",
    "shared/images/spinner.svg",
    "shared/images/spinner-light.svg",
    "shared/images/locked.svg",
    "shared/images/unlocked.svg",
    "shared/images/lock-gen.svg",
    "shared/images/lock-gen-dark.svg",
    "shared/images/list.svg",
    "shared/images/logo-toolbar.png",
    "shared/images/default-favicon.png"
  ]
}

Best Scanguard Password Vault Assistant Alternatives

Here are some Firefox add-ons that are similar to Scanguard Password Vault Assistant: