DOE Rankings

DOE Rankings

Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DOE Rankings",
  "version": "0.2.3",
  "description": "Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.",
  "icons": {
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "script_manager.js"
  },
  "action": {
    "default_title": "Dogs of Elon",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://opensea.io/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "doe_rankings.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}