Jaxx Liberty

Jaxx Liberty

Unifying the Blockchain Wallet experience across devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jaxx Liberty",
  "short_name": "Jaxx Liberty",
  "version": "3.0.0.0",
  "manifest_version": 2,
  "description": "Unifying the Blockchain Wallet experience across devices.",
  "permissions": [
    "background",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "https://*.jaxx.io/",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://assets.customer.io 'unsafe-eval' 'sha256-/qm/uY2rxovm2ZdCIHwWynYpWHtknUKsaTsGZhkygXg=' 'sha256-rguhoFTKAT7RshNLFqnt+lZ7cAYSANT+KCATH7u3Gjw=' 'sha256-wVNcX489dVKBCPIePcUtYLcWhj2aqrY4MBbALWklEEY='; object-src 'self'",
  "icons": {
    "16": "assets/img/icons/icon16.png",
    "48": "assets/img/icons/icon48.png",
    "128": "assets/img/icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}