Domain Availability Checker and Whois Lookup

Domain Availability Checker and Whois Lookup

This plugin checks a domains availability straight from your toolbar. Perfect for web designers/developers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Domain Availability Checker and Whois Lookup",
  "version": "2.4.2",
  "description": "This plugin checks a domains availability straight from your toolbar. Perfect for web designers/developers.",
  "options_page": "options.html",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "global.js",
      "background.js"
    ]
  },
  "permissions": [
    "http://*.seoheap.com/",
    "tabs",
    "contextMenus",
    "notifications",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "jquery.js",
    "cscript.js",
    "idn.js",
    "stupidtable.js",
    "vars.js",
    "global.js",
    "popup.html",
    "background.js"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "images/bk.png",
    "default_popup": "popup.html"
  }
}