IPMonitor

IPMonitor

IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IPMonitor",
  "version": "1.0",
  "author": "Vadagon",
  "manifest_version": 2,
  "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.",
  "browser_action": {
    "default_icon": {
      "128": "images/logo.png"
    },
    "default_popup": "popup.html",
    "default_title": "Show your IP"
  },
  "icons": {
    "128": "images/logo.png"
  },
  "web_accessible_resources": [
    "images/*",
    "fonts/*",
    "scripts/*"
  ],
  "minimum_chrome_version": "32"
}