Deca

Deca

View a new NFT when you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Deca",
  "description": "View a new NFT when you open a new tab",
  "version": "0.0.5",
  "manifest_version": 2,
  "icons": {
    "16": "/images/icon-16.png",
    "32": "/images/icon-32.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "/src/newtab.html"
  }
}