IPvBar

IPvBar

Display the server IP and Country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IPvBar",
  "manifest_version": 3,
  "version": "2024.2.14",
  "description": "Display the server IP and Country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.",
  "homepage_url": "https://www.txthinking.com",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png"
    }
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}