Finder NFT Index

Finder NFT Index

This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.",
  "version": "1.0",
  "manifest_version": 3,
  "name": "Finder NFT Index",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "32x32.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "32": "32x32.png",
    "128": "128x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "128x128.png",
        "32x32.png"
      ],
      "matches": []
    }
  ]
}