Rebel.com WHOIS Search

Rebel.com WHOIS Search

Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Rebel.com WHOIS Search",
  "version": "1.0.0.0",
  "description": "Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.",
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistence": "true"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": "19-icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16-icon.png",
    "48": "48-icon.png",
    "128": "128-icon.png"
  },
  "manifest_version": 2
}