Whats My Info

Whats My Info

Shows your IP address and other useful info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Whats My Info",
  "description": "Shows your IP address and other useful info.",
  "version": "1.1.7",
  "browser_action": {
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Whats My Info"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "img/48.png"
  ]
}