Whats My IP | Whour.net

Whats My IP | Whour.net

Find out what does your IP address say about you.

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 IP | Whour.net",
  "short_name": "Whats My IP",
  "description": "Find out what does your IP address say about you.",
  "version": "1.0.1",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "browser_action": {
    "default_icon": "/img/icon16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "http://www.whour.net/*",
    "privacy"
  ]
}