NFTCheese

NFTCheese

The All-in-One NFT Sniping Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NFTCheese",
  "description": "The All-in-One NFT Sniping Tool",
  "version": "1.1.27",
  "minimum_chrome_version": "93",
  "manifest_version": 3,
  "action": {
    "icons": {
      "128": "icon_w128_br.png"
    },
    "default_popup": "index.html",
    "default_title": "NFTCheese"
  },
  "content_scripts": [
    {
      "matches": [
        "https://opensea.io/*"
      ],
      "js": [
        "static/js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://login.nftcheese.tools/*"
    ]
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "host_permissions": [
    "https://nftcheese.net/api/*",
    "https://*.opensea.io/*"
  ],
  "icons": {
    "128": "icon_w128_br.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "static/js/pageContextInject.js"
      ],
      "matches": [
        "https://*.opensea.io/*"
      ]
    },
    {
      "resources": [
        "notification.mp3"
      ],
      "matches": [
        "https://*.opensea.io/*"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "storage",
    "notifications"
  ]
}