Am I working on localhost?

Am I working on localhost?

Am I working on localhost?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Am I working on localhost?",
  "short_name": "iwolh",
  "description": "Am I working on localhost?",
  "minimum_chrome_version": "38",
  "version": "0.7",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "local.js"
      ],
      "css": [
        "local.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ]
}