IP address lookup

IP address lookup

Displays your public IP address and location (country and city).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "permissions": [
    "https://ifconfig.co/",
    "alarms"
  ],
  "minimum_chrome_version": "22",
  "browser_action": {
    "default_icon": "logo32.png",
    "default_title": "(no data)"
  },
  "background": {
    "scripts": [
      "background-update.js"
    ],
    "persistent": false
  }
}