Browsite

Browsite

Find who is behind a website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Browsite",
  "version": "0.0.6",
  "description": "Find who is behind a website",
  "browser_action": {
    "default_icon": "bs128.png",
    "default_title": "Not implemented yet"
  },
  "icons": {
    "16": "bs16.png",
    "48": "bs48.png",
    "128": "bs128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "http://www.browseye.com"
}