Yoroi

Yoroi

A simple, secure and fast Cardano ADA wallet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "5.1.400",
  "name": "Yoroi",
  "manifest_version": 2,
  "description": "A simple, secure and fast Cardano ADA wallet.",
  "browser_action": {
    "default_title": "Yoroi",
    "default_icon": {
      "16": "img/icon-16.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{530f7c6c-6077-4703-8f71-cb368c663e35}"
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "*://connect.trezor.io/*",
    "https://emurgo.github.io/yoroi-extension-ledger-connect-vnext/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://connect.trezor.io/*/popup.html"
      ],
      "js": [
        "js/trezor-content-script.js"
      ]
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": "default-src 'self' ; frame-src https://adapools.yoroiwallet.com https://widget.changelly.com/ https://connect.trezor.io/ https://emurgo.github.io/yoroi-extension-ledger-bridge https://emurgo.github.io/; script-src 'self' 'wasm-eval'  blob:; object-src 'self' ; connect-src https://*.yoroiwallet.com wss://*.yoroiwallet.com:443 https://*.emurgornd.com wss://*.emurgornd.com:443 https://analytics.emurgo-rnd.com/ https://api2.amplitude.com/ https://api.muesliswap.com https://api.handle.me/ https://api.unstoppabledomains.com/ https://a.cexplorer.io/; style-src * 'unsafe-inline' 'self'  blob:; img-src 'self' https://static.adapools.org/ https://ipfs.io/ipfs/ https://img.cexplorer.io/ https://corsproxy.io/ data: ;",
  "protocol_handlers": [
    {
      "protocol": "web+cardano",
      "name": "Yoroi",
      "uriTemplate": "main_window.html#/send-from-uri?q=%s"
    }
  ],
  "web_accessible_resources": [
    "js/cardanoApiInject.js",
    "js/initialInject.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}