Examine source code of Scanguard Password Vault Assistant

Inspect and view changes in Scanguard Password Vault Assistant source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "SS Protect",
  "name": "Scanguard Password Vault Assistant",
  "version": "1.4.66",
  "manifest_version": 3,
  "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"
  },
  "background": {
    "service_worker": "shared/js/service-worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "shared/js/jquery-3.5.0.js",
        "shared/js/content-script.js"
      ],
      "css": [
        "shared/css/content-script.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs",
    "storage"
  ],
  "minimum_chrome_version": "92.0",
  "web_accessible_resources": [
    {
      "resources": [
        "shared/html/*.html",
        "shared/images/*.svg",
        "shared/images/*.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "extension_ids": [
        "dlbdmahiaadnbkihdklfkbdeoekfiefp",
        "dhciheiahfalhaemakioldbcopodipfm",
        "dbmjhebcnagfljllolnmbpkghfmckjgl",
        "aejfkifmimhoafnfeffghcaijhfmofle",
        "nhmijhgkfdhekaofhdkgdpmgidbijbnh",
        "jmidhlioompgcfmgfdalpkocpilgcjdg"
      ],
      "use_dyanmic_url": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}