PeerName

PeerName

Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PeerName",
  "version": "1.3",
  "description": "Enables the resolving of .bit domains by Namecoin blockchain. Also .emc, .coin, .lib and .bazar domains by EmerCoin blockchain.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "peername.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "*://*.peername.org/*",
    "*://*.bit/*",
    "*://*.emc/*",
    "*://*.coin/*",
    "*://*.lib/*",
    "*://*.bazar/*"
  ],
  "homepage_url": "https://peername.com/"
}