Crypto.com | Wallet Extension

Crypto.com | Wallet Extension

A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Crypto.com | Wallet Extension",
  "version": "2.5.0",
  "version_name": "2.5.0",
  "manifest_version": 3,
  "description": "A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.",
  "action": {
    "default_popup": "index.html#/",
    "default_title": "Crypto.com | Wallet Extension",
    "default_icon": {
      "16": "icon-16.png",
      "19": "icon-19.png",
      "32": "icon-32.png",
      "38": "icon-38.png",
      "48": "icon-48.png",
      "64": "icon-64.png",
      "128": "icon-128.png",
      "512": "icon-512.png"
    }
  },
  "permissions": [
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "19": "icon-19.png",
    "32": "icon-32.png",
    "38": "icon-38.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png",
    "512": "icon-512.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inpage-content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}