RackVM Argentina - IP Address

RackVM Argentina - IP Address

Your public IP address, with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "RackVM Argentina - IP Address",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Your public IP address, with just one click.",
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "ipext.html"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "http://ip.rackvm.com.ar/"
  ]
}