Moon: Shop online with Bitcoin

Moon: Shop online with Bitcoin

Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Moon: Shop online with Bitcoin",
  "short_name": "Moon",
  "description": "Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!",
  "version": "3.2.1",
  "homepage_url": "https://paywithmoon.com",
  "icons": {
    "16": "static/logo_no_circle_128.b6583af6d6b0e96ba39b.png",
    "32": "static/logo_no_circle_128.b6583af6d6b0e96ba39b.png",
    "128": "static/logo_no_circle_128.b6583af6d6b0e96ba39b.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "app.js",
        "static/*",
        "app.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://paywithmoon.com/*"
  ],
  "action": {
    "default_title": "Moon"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://paywithmoon.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://paywithmoon.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAibGrYHLq3cruPQW/vkQxnHeZ+LHcE+UomNUO9QTjjdACnfpt08cBwJ52PwqBflzSre1piBUu4CB//ecW8l5zYUVPLInoGiJSsZJHA2wo2WQ9PVtRw4gJNlBQbE5AiFXTTP0DC57QGIxyfKc1E7B0pi4y3xPueVIRuhRl7cRMVAiNU2OjSKpLuNat/IpG6QTg0P1kS8QMaz9nQM83izi6k4pntisyqUthBUdvzKmP7yhJjZE8FvIozqDHtD/PPsjYA6rt1M5Gzg0a5QYgQ2NLMsKfEAWmYYnaULwtb8jwKzViflIuvnFfsQrcKjq1fqzhLICHkN+3Mb9HSOFwLaSbiwIDAQAB"
}