Show My IP Addresses

Show My IP Addresses

Show all of your local and external (IPv4 & IPv6) addresses

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Show My IP Addresses",
  "short_name": "Show My IP Addresses",
  "description": "Show all of your local and external (IPv4 & IPv6) addresses",
  "version": "1.3.0",
  "author": "EDGE Solutions",
  "offline_enabled": true,
  "action": {
    "default_title": "Show My IP Addresses",
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_popup": "src/popup/popup.html"
  },
  "permissions": [],
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}