Magic Eden Wallet

Magic Eden Wallet

A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection.",
  "version": "2.11.2",
  "manifest_version": 3,
  "homepage_url": "https://magiceden.io/",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "minimum_chrome_version": "100",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html?scaletofit=true&isPopup=true",
    "default_title": "Magic Eden",
    "default_icon": {
      "16": "assets/png/icon_16x16.png",
      "32": "assets/png/icon_32x32.png",
      "128": "assets/png/icon_128x128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://localhost/*",
        "http://127.0.0.1/*",
        "http://[::1]/*"
      ],
      "run_at": "document_start",
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; frame-src https://ord-mirror.magiceden.dev; frame-ancestors 'self'; form-action 'none'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' https://fetch-n-cache.a.exodus.io https://img-cdn.magiceden.dev https://renderer.magiceden.dev data:; connect-src https: wss: data: blob:",
    "sandbox": "sandbox default-src 'self'; frame-src https://ord-mirror.magiceden.dev; frame-ancestors 'self'; form-action 'none'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' https://fetch-n-cache.a.exodus.io https://img-cdn.magiceden.dev https://renderer.magiceden.dev data:; connect-src https: wss: data: blob:"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*",
        "http://localhost/*",
        "http://127.0.0.1/*",
        "http://[::1]/*"
      ],
      "resources": [
        "ethereum-provider.js",
        "management-provider.js",
        "solana-provider.js",
        "inapp.js",
        "sell-crypto.html",
        "sell-crypto.js",
        "buy-crypto.html",
        "buy-crypto.js"
      ]
    }
  ],
  "externally_connectable": {},
  "name": "Magic Eden Wallet",
  "short_name": "Magic Eden",
  "icons": {
    "16": "assets/png/icon_16x16.png",
    "32": "assets/png/icon_32x32.png",
    "128": "assets/png/icon_128x128.png"
  }
}