NFT Tab

NFT Tab

See currently trending NFTs in every new tab that you can browse, sort, & bookmark

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NFT Tab",
  "version": "1.4",
  "description": "See currently trending NFTs in every new tab that you can browse, sort, & bookmark",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "32": "32.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "host_permissions": [
    "*://*/*"
  ]
}