RΞLAY - NFT Smart Shopping Tool

RΞLAY - NFT Smart Shopping Tool

NFT evaluation, best deals, news, and more to help you buy NFTs better on the Ethereum blockchain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "favicon.ico",
    "64": "favicon.ico",
    "128": "logo192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://opensea.io/*",
        "https://looksrare.org/*",
        "https://x2y2.io/*"
      ],
      "js": [
        "./main.js",
        "./gtag.js"
      ],
      "css": [
        "/main.css"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "./popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://www.googletagmanager.com;"
  },
  "host_permissions": [
    "*://*/*"
  ]
}