IP Address Information by IPinfo.io

IP Address Information by IPinfo.io

Get all the details for the web page's IP address, including geolocation, network, ASN, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IP Address Information by IPinfo.io",
  "description": "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.",
  "version": "1.2.1",
  "manifest_version": 2,
  "author": "IPinfo Team",
  "homepage_url": "https://ipinfo.io",
  "permissions": [
    "webRequest",
    "storage",
    "geolocation",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "common.js",
      "ctxmenu.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}