Rainbow

Rainbow

Rainbow is a fun, simple, and secure Ethereum wallet that makes managing your assets a joy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "32": "images/[email protected]",
      "38": "images/[email protected]",
      "64": "images/[email protected]",
      "128": "images/[email protected]",
      "512": "images/[email protected]"
    },
    "default_popup": "popup.html"
  },
  "author": "https://rainbow.me",
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "description": "Open the Rainbow Wallet extension",
      "suggested_key": {
        "chromeos": "Alt+Shift+R",
        "linux": "Alt+Shift+R",
        "mac": "Alt+Shift+R",
        "windows": "Alt+Shift+R"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "./vendor/trezor-content-script.js"
      ],
      "matches": [
        "*://connect.trezor.io/9/popup.html"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "frame-ancestors 'none'; script-src 'self'; object-src 'self'; connect-src 'self' ws://localhost:9090 http://127.0.0.1:* https://*.g.alchemy.com wss://refraction.api.p.rainbow.me https://*.p.rainbow.me https://aha.rainbow.me https://beta-invites.rainbow.me https://token-search.rainbow.me https://rpc.rainbow.me https://f2c.rainbow.me https://f2c.rainbowdotme.workers.dev https://rpc.flashbots.net https://protect.flashbots.net https://gateway.ipfs.io wss://*.g.alchemy.com https://*.infura.io https://burned-solitary-breeze.bsc.quiknode.pro https://thrumming-shy-lake.bsc-testnet.quiknode.pro https://o331974.ingest.sentry.io https://*.dataplane.rudderstack.com https://*.rudderlabs.com https://rainbow.imgix.net https://firebaseinstallations.googleapis.com https://firebaseremoteconfig.googleapis.com https://fcmregistrations.googleapis.com https://rainbow-me.firebaseapp.com https://icons.duckduckgo.com https://*.live.ledger.com https://falling-wandering-film.base-mainnet.quiknode.pro https://data-seed-prebsc-1-s1.binance.org:8545 https://goerli-rollup.arbitrum.io/rpc https://rpc.zora.energy https://testnet.rpc.zora.energy https://sepolia.rpc.zora.energy https://proportionate-newest-mountain.arbitrum-goerli.quiknode.pro https://bitter-prettiest-vineyard.ethereum-holesky.quiknode.pro https://alien-lively-thunder.optimism-sepolia.quiknode.pro https://rpc-amoy.polygon.technology https://nftp.rainbow.me/ https://api.thegraph.com/subgraphs/name/ensdomains/ens;"
  },
  "default_locale": "en_US",
  "description": "__MSG_appDescription__",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "wss://*/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "32": "images/[email protected]",
    "38": "images/[email protected]",
    "64": "images/[email protected]",
    "128": "images/[email protected]",
    "512": "images/[email protected]"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_appName__",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage",
    "notifications"
  ],
  "short_name": "__MSG_appShortName__",
  "version": "1.4.84",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "inpage.js",
        "*.woff2",
        "55.css",
        "assets/badges/*.png"
      ]
    }
  ]
}