Country Flags & IP Whois

Country Flags & IP Whois

Displays country flag of website's server location, Whois and Geo info on a browser addressbar icon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Country Flags & IP Whois",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.6.4",
  "permissions": [
    "storage",
    "webRequest",
    "contextMenus",
    "notifications",
    "alarms",
    "webNavigation",
    "*://*/*",
    "clipboardWrite"
  ],
  "optional_permissions": [
    "downloads",
    "nativeMessaging"
  ],
  "homepage_url": "https://webextension.org/listing/country-flags.html",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "background": {
    "scripts": [
      "/v2/chrome.runtime.js",
      "/v2/chrome.tabs.query.js",
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.windows.create.js",
      "/v2/chrome.windows.get.js",
      "/v2/chrome.windows.getCurrent.js",
      "/v2/chrome.storage.session.js",
      "worker/utils.js",
      "worker/require.js",
      "worker/vendor/jgeoip.js",
      "worker/worker.js",
      "existing.js",
      "services.js",
      "context.js",
      "cache.js",
      "worker.js"
    ]
  },
  "options_ui": {
    "page": "data/options/index.html",
    "open_in_tab": true
  },
  "page_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{802a552e-13d1-4683-a40a-1e5325fba4bb}"
    }
  }
}