Asuka.IO Whois - Domain Name Lookup Tool

Asuka.IO Whois - Domain Name Lookup Tool

Lookup domain information of website that you are currently browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1",
  "name": "__MSG_manifest_name__",
  "short_name": "Asuka.IO Whois",
  "description": "__MSG_manifest_description__",
  "author": "Asuka.Net <webmaster(at)asuka(dot).io>",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "scripts/psl.js",
      "scripts/punycode.js",
      "scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "__MSG_manifest_browser_action_default_title__",
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "24": "icons/24.png",
      "32": "icons/32.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "64": "icons/64.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png"
  }
}