VivoKey Vault Firefox

Examine source code of VivoKey Vault

Inspect and view changes in VivoKey Vault source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_appName__",
  "version": "1.43.6",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "author": "Vivokey Technologies",
  "homepage_url": "https://vault.vivokey.com",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/autofill.js",
        "content/autofiller.js",
        "content/notificationBar.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "content/autofill.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Vivokey Vault",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "idle",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "identity"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+U"
      },
      "description": "__MSG_commandOpenPopup__"
    },
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+Y",
        "linux": "Alt+Shift+U"
      },
      "description": "__MSG_commandOpenSidebar__"
    },
    "autofill_login": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "__MSG_commandAutofillDesc__"
    },
    "generate_password": {
      "suggested_key": {
        "default": "Ctrl+Shift+9"
      },
      "description": "__MSG_commandGeneratePasswordDesc__"
    }
  },
  "web_accessible_resources": [
    "notification/bar.html"
  ],
  "applications": {
    "gecko": {
      "id": "{649bcc41-8c2b-4b51-b26d-6deb35bf587e}",
      "strict_min_version": "58.0"
    }
  },
  "sidebar_action": {
    "default_title": "Vivokey Vault",
    "default_panel": "popup/index.html?uilocation=sidebar",
    "default_icon": "images/icon19.png"
  }
}

Best VivoKey Vault Alternatives

Here are some Firefox add-ons that are similar to VivoKey Vault: