IP to Country Flag & My IP- WhatIsMyIP.click

IP to Country Flag & My IP- WhatIsMyIP.click

IP to Country Flag - WhatIsMyIP.click Display the IP and Country information of the currently viewed website and also display your external IP address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IP to Country Flag & MY IP - WhatIsMyIP.click",
  "description": "Display the IP and Country information of the currently viewed website and also display's your external IP address.",
  "version": "1.0.0.19resigned1",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_popup": "popup.html",
    "default_title": "IP to Country Flag & My IP - WhatIsMyIP.click"
  },
  "background": {
    "scripts": [
      "jquery-3.2.1.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c72a786f-540c-4bd0-a691-b0295e4f47fe}"
    }
  }
}