My IP

My IP

My IP -- a simple IP address locator which will show you (if available) your host name, country, city and other related info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My IP",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "description": "My IP -- a simple IP address locator which will show you (if available) your host name, country, city and other related info. ",
  "icons": {
    "16": "icon.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [],
  "app": {
    "urls": [
      "http://singleclickapps.com/ip/index.php"
    ],
    "launch": {
      "web_url": "http://singleclickapps.com/ip/index.php"
    }
  }
}