ZoidPay - Shop with Crypto

ZoidPay - Shop with Crypto

Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Shop Anything from Anywhere with Crypto across Amazon, eBay and 40M+ Online Retailers.",
  "version": "4.2.17",
  "manifest_version": 3,
  "name": "ZoidPay - Shop with Crypto",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    },
    {
      "css": [
        "hide.css"
      ],
      "matches": [
        "*://zoidpay.fillit.eu/*"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "https://wallet.elrond.com/*",
        "https://devnet-wallet.elrond.com/*"
      ]
    },
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}