SmartRadio

SmartRadio

Discover $RUG balances for any Rug Radio Genesis NFT directly on OpenSea.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SmartRadio",
  "version": "1.0.0",
  "description": "Discover $RUG balances for any Rug Radio Genesis NFT directly on OpenSea.",
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.opensea.io/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "https://*.opensea.io/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/ext-icon.png",
      "24": "assets/ext-icon.png",
      "32": "assets/ext-icon.png",
      "48": "assets/128.png",
      "128": "assets/128.png"
    },
    "default_title": "SmartRadio"
  },
  "manifest_version": 3
}