VaultOne Extension

VaultOne Extension

VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VaultOne Extension",
  "description": "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.",
  "homepage_url": "https://vaultone.com",
  "version": "1.3.2",
  "background": {
    "service_worker": "event.min.js"
  },
  "action": {},
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.vault.one/*",
      "https://cdn.vaultone.com/*",
      "https://*.sikur.com/*",
      "https://*.securitydesignlab.com/*"
    ]
  },
  "permissions": [
    "privacy",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestAuthProvider",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}