Geo IP Lookup

Geo IP Lookup

Easy geo ip lookup tool, provided to you by: https://geoiplookup.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "geo.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "geo_logo.png",
    "default_popup": "geo.html",
    "default_title": "GeoIPLookup.io"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/leaflet.js",
        "js/bootstrap.min.js",
        "js/geo.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "description": "Easy geo ip lookup tool, provided to you by: https://geoiplookup.io",
  "manifest_version": 2,
  "name": "Geo IP Lookup",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}