WAGMI Alerts

WAGMI Alerts

The fastest NFT alerts on the planet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WAGMI Alerts",
  "version": "1.1.3",
  "description": "The fastest NFT alerts on the planet",
  "icons": {
    "16": "favicon.png",
    "32": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://opensea.io/*",
        "https://opensea.io/*"
      ],
      "js": [
        "jquery.js",
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}