EOSDNS

EOSDNS

Enables the resolving of .eos domains.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EOSDNS",
  "version": "0.0.3",
  "description": "Enables the resolving of .eos domains.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background/config.js",
      "background/helpers.js",
      "background/index.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon32.png",
    "default_popup": "popup/popup.html"
  },
  "omnibox": {
    "keyword": "eos"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "storage",
    "*://*/*"
  ],
  "homepage_url": "https://eosdns.io/"
}