Total AV Password Vault Assistant

Total AV Password Vault Assistant

Access saved passwords from Total AV's Password Vault, including the ability to generate and save a new password.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "SS Protect",
  "name": "Total AV Password Vault Assistant",
  "version": "1.4.66",
  "manifest_version": 3,
  "description": "Access saved passwords from Total AV'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"
}