Namebase

Namebase

Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Namebase",
  "manifest_version": 2,
  "short_name": "Namebase",
  "description": "Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.",
  "version": "0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "12x12.png"
  },
  "icons": {
    "128": "128x128.png"
  }
}