IP Address Finder

IP Address Finder

View easily your Public and Private IP address, with copy to clipboard functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IP Address Finder",
  "description": "View easily your Public and Private IP address, with copy to clipboard functionality",
  "version": "2",
  "browser_action": {
    "default_icon": "images/19.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://api.ipify.org/"
  ],
  "content_security_policy": "script-src 'self' https://api.ipify.org; object-src 'self'",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}