Who Hosts This Site

Who Hosts This Site

Detect who is hosting any site on the web with the help of Who-Hosts-This.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Who Hosts This Site",
  "description": "Detect who is hosting any site on the web with the help of Who-Hosts-This.com",
  "version": "0.2",
  "icons": {
    "38": "img/icon-38.png",
    "58": "img/icon-58.png",
    "76": "img/icon-76.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "*://*/*",
    "webRequest"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Detect Hosting Provider",
    "default_popup": "pages/index.html",
    "default_icon": {
      "38": "img/icon-38.png",
      "58": "img/icon-58.png",
      "76": "img/icon-76.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}