Copper Connect

Copper Connect

Copper Connect is your link between secure digital asset storage and the world of smart contracts. The end-to-end encryption is…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.183",
  "manifest_version": 3,
  "name": "Copper Connect",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "inpage.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.qa.boople.co/*",
      "*://*.copper.co/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1PxEwBpcN62igM/k0KOhVgR14OdSDn6n0yj3ztqXqx0nT5W28O16Aoggm5Q5uzmcWuwn8c+u/CXNBHIJ6OyF6QEgcmBh3jPSiSfcC924CSZi41FEkMbqrFvImlxkuCn3WcEFg16Idj5zFot692P6uxVDwTXv4mxYpei6oa3peBVMmOUHVO/slPK1HqcgraANDqbbYqZlg9D/vhvVEdIPuNhCmlnZ1TRYoOP5L9XkYghXWGA8WNdhMP20qk3k6okE2qZSSMxLECTBt46hPfr+XR94TtAtvCB/sE0zfHzcJTRG9578Asxs/plGRQZ9Z44G+dvHzoEwLJonQ7JYHSyQ7QIDAQAB"
}