My IP & Geo Location

My IP & Geo Location

My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My IP & Geo Location",
  "short_name": "ipInfo-geoLocation",
  "description": "My IP & Geo Location is a free extension that would provide IP & Geo Location Information in a single click.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "32": "icon.png",
    "48": "icon-48.png"
  },
  "browser_action": {
    "default-icon": "icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "style.css"
  ]
}