Punk Domains

Punk Domains

This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Punk Domains",
  "description": "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.",
  "version": "1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "icons": {
    "100": "logo.png"
  },
  "action": {
    "default_popup": "index.html"
  }
}