IP Geolocator

IP Geolocator

Locate any IP address quickly!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IP Geolocator",
  "version": "1.0.0",
  "description": "Locate any IP address quickly!",
  "manifest_version": 3,
  "author": "Asijit Paul",
  "permissions": [],
  "action": {
    "default_title": "IP Geolocator",
    "default_popup": "index.html",
    "default_icon": {
      "32": "icons/32.png",
      "72": "icons/72.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "32": "icons/32.png",
    "72": "icons/72.png",
    "128": "icons/128.png"
  }
}