XMR.to Lens

XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "XMR.to Lens",
  "description": "__MSG_manifest_description__",
  "version": "2.2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "jquery-ui.min.css",
        "xmrto-lens.css"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "wallet-address-validator.js",
        "jquery-ui.min.js",
        "qrcode.js",
        "saferInnerHTML.js",
        "xmrto-lens.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "128x128_1.png"
  },
  "page_action": {
    "default_icon": {
      "19": "19x19_1.png",
      "38": "38x38_1.png"
    },
    "default_title": "__MSG_manifest_default_title__"
  },
  "permissions": [
    "https://xmr.to/",
    "https://test.xmr.to/"
  ],
  "web_accessible_resources": [
    "*.gif",
    "*.png",
    "*.svg"
  ],
  "default_locale": "en"
}