Strongpin Vault Firefox

Examine source code of Strongpin Vault

By: Ubiqu
Inspect and view changes in Strongpin Vault source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Strongpin Vault",
  "description": "Password vault",
  "version": "2026.1719.2",
  "icons": {
    "64": "theme/icons/vault-logo-64.png",
    "96": "theme/icons/vault-logo-96.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Open the browser popup."
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "theme/icons/*",
        "content/vault-notification/dist/index.html",
        "content/vault-input-overlay/dist/index.html",
        "pages/after-login-page/dist/index.html",
        "content/in-page-src/dist/content_compiled.js.map",
        "content/notification-in-page-src/dist/notification_compiled.js.map"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "activeTab",
    "storage",
    "tabs",
    "identity",
    "clipboardWrite",
    "alarms",
    "management"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://vault.strongpin.ubiqu-staging.com/*",
        "*://vault.strongpin-sandbox.com/*",
        "*://vault.strongpin.com/*",
        "*://vault.grip-on-it.com/*",
        "*://vault.acc.onkpn.com/*",
        "*://passwordmanager.kpn.com/*",
        "*://vault.acc.invote.nl/*"
      ],
      "all_frames": true,
      "js": [
        "content/in-page-src/dist/content_compiled.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://vault.strongpin.ubiqu-staging.com/*",
        "*://vault.strongpin-sandbox.com/*",
        "*://vault.strongpin.com/*",
        "*://vault.grip-on-it.com/*",
        "*://vault.acc.onkpn.com/*",
        "*://passwordmanager.kpn.com/*",
        "*://vault.acc.invote.nl/*"
      ],
      "js": [
        "content/notification-in-page-src/dist/notification_compiled.js"
      ]
    },
    {
      "matches": [
        "*://vault.strongpin.ubiqu-staging.com/*",
        "*://vault.strongpin.ubiqu-sandbox.com/*",
        "*://vault.strongpin.com/*",
        "*://vault.grip-on-it.com/*",
        "*://vault.acc.onkpn.com/*",
        "*://passwordmanager.kpn.com/*",
        "*://vault.acc.invote.nl/*",
        "*://localhost/*"
      ],
      "js": [
        "content/dashboard-connector/dist/dashboard_compiled.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "64": "theme/icons/vault-logo-grey-64.png",
      "96": "theme/icons/vault-logo-grey-96.png"
    },
    "default_popup": "action/vue-source/dist/index.html",
    "default_title": "Strongpin Vault "
  },
  "options_ui": {
    "page": "options/vue-options-page/dist/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background/dist/background_compiled.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5eb10552-cbdc-4e2f-8c67-2ccd2a6eaaca}",
      "strict_min_version": "58.0"
    }
  }
}

Best Strongpin Vault Alternatives

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