Country Flags & IP WhoIs

Country Flags & IP WhoIs

This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ",
  "icons": {
    "16": "Images/icons/icon-16.png",
    "19": "Images/icons/icon_19.png",
    "24": "Images/icons/icon-24.png",
    "32": "Images/icons/icon-32.png",
    "48": "Images/icons/icon-48.png",
    "64": "Images/icons/icon-64.png",
    "128": "Images/icons/icon_128.png",
    "256": "Images/icons/icon-256.png"
  },
  "manifest_version": 3,
  "name": "Country Flags & IP WhoIs",
  "offline_enabled": true,
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://ipapi.co/*"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "19": "Images/icons/icon_19.png",
      "128": "Images/icons/icon_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Country Flags & IP WhoIs"
  },
  "homepage_url": "https://country-flags.freebusinessapps.net/"
}