Blockchain Gateway

Blockchain Gateway

Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blockchain Gateway",
  "version": "1.1",
  "description": "Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver",
  "manifest_version": 2,
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "browser_action": {
    "default_popup": "html/popup.html"
  },
  "options_page": "html/options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "homepage_url": "https://xcubicle.com",
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}