View My IP

View My IP

This extension shows you your current IP and geo-location information fast and conveniently

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "View My IP",
  "short_name": "VmyIP",
  "description": "This extension shows you your current IP and geo-location information fast and conveniently",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "View My IP Information"
  },
  "permissions": [
    "webRequest",
    "https://vmyip.com/"
  ]
}