Address Center

Address Center

Get the LAN (local) and WAN (global) and proxy IP address of your machine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Address Center",
  "description": "Get the LAN (local) and WAN (global) and proxy IP address of your machine.",
  "version": "1.1.2",
  "author": "Attila Monostori",
  "homepage_url": "http://address.center/",
  "short_name": "Address Center",
  "browser_action": {
    "default_icon": "images/address-center-logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/favicon-16x16.png",
    "32": "images/favicon-32x32.png",
    "96": "images/favicon-96x96.png",
    "128": "images/address-center-logo-128.png",
    "420": "images/address-center-logo.png"
  },
  "permissions": [
    "https://ajax.googleapis.com/"
  ]
}