IP Geo Location

IP Geo Location

Displays your current IP and geo location data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IP Geo Location",
  "version": "1.7.1",
  "description": "Displays your current IP and geo location data.",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "action": {
    "default_icon": "images/icon_128.png",
    "default_title": "IP Geo Location (click to refresh)",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 3
}