VaultKeepR Firefox

Examine source code of VaultKeepR

Inspect and view changes in VaultKeepR source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "VaultKeepR",
  "version": "1.7.0",
  "description": "End-to-end encrypted password vault with built-in 2FA, autofill, and cross-device sync. Decentralized. Private. Yours.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "notifications",
    "alarms",
    "contextMenus",
    "webNavigation"
  ],
  "host_permissions": [
    "https://app.vaultkeepr.xyz/*",
    "https://ipfs.vaultkeepr.xyz/*",
    "https://ai.vaultkeepr.xyz/*",
    "https://api.pwnedpasswords.com/*",
    "https://c1.api.shipdaily.xyz/*",
    "https://mainnet.base.org/*",
    "https://raw.githubusercontent.com/*",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://app.vaultkeepr.xyz https://ipfs.vaultkeepr.xyz https://ai.vaultkeepr.xyz https://api.pwnedpasswords.com https://c1.api.shipdaily.xyz https://mainnet.base.org https://raw.githubusercontent.com https://*.ipfs.dweb.link https://*.ipfs.io https://dweb.link https://ipfs.io; img-src 'self' data: https: https://*.ipfs.dweb.link https://*.ipfs.io; object-src 'none'; frame-src 'none'; base-uri 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vaultkeepr@vaultkeepr.xyz",
      "strict_min_version": "120.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "homepage_url": "https://vaultkeepr.xyz",
  "action": {
    "default_popup": "popup.html",
    "default_title": "VaultKeepR",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "webauthn-page-inject.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "icons/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "commands": {
    "autofill-login": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Autofill credentials on the current page"
    },
    "open-generator": {
      "suggested_key": {
        "default": "Ctrl+Shift+G",
        "mac": "Command+Shift+G"
      },
      "description": "Open VaultKeepR password generator"
    }
  }
}

Best VaultKeepR Alternatives

Here are some Firefox add-ons that are similar to VaultKeepR: