Examine source code of Who Hosts This Site

Inspect and view changes in Who Hosts This Site source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "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.3resigned1",
  "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/ping.js",
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e1970e05-3f83-42a0-bbf0-6e5b22050f42}"
    }
  }
}