Bitdefender Wallet

Bitdefender Wallet

Automatically fills your logins online while keeping them completely secured.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Bitdefender Wallet",
  "description": "Automatically fills your logins online while keeping them completely secured.",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "21.3.0.15",
  "icons": {
    "128": "images/bd128.png"
  },
  "background": {
    "service_worker": "background.worker.js"
  },
  "content_scripts": [],
  "permissions": [
    "webNavigation",
    "nativeMessaging",
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": "images/ico_wallet.png"
  }
}