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.2.67",
  "manifest_version": 2,
  "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"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "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"
  ]
}