Public IP Display

Public IP Display

Displays your IP address and country using lookup services of your choice. Auto-refreshes, notifies, and displays.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "jid0-kir41BQbr1lrsxH7OtZiYZsROXw@jetpack"
    }
  },
  "name": "Public IP Display",
  "short_name": "PID",
  "version": "4.5.2",
  "description": "Displays your IP address and country using lookup services of your choice. Auto-refreshes, notifies, and displays.",
  "author": "[email protected]",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "alarms",
    "clipboardWrite",
    "storage",
    "notifications",
    "https://curlmyip.net/*",
    "https://icanhazip.com/*",
    "https://jsonip.com/*",
    "https://myexternalip.com/*",
    "https://bot.whatismyipaddress.com/*",
    "https://freegeoip.net/*",
    "https://ifconfig.co/*"
  ]
}