Country Flag + Firefox

Examine source code of Country Flag +

By: Glin
Inspect and view changes in Country Flag + source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.8",
  "manifest_version": 3,
  "name": "Country Flag +",
  "host_permissions": [
    "*://*/*"
  ],
  "homepage_url": "https://mybrowseraddon.com/flag-plus.html",
  "description": "Shows country flag based on the server location for any website.",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "jid1-s7swGsO2vJBPMv@jetpack"
    }
  },
  "action": {
    "default_title": "Country Flag +",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/webrequest.js",
      "lib/resources/wrapper.js",
      "lib/resources/map.js",
      "lib/vendor/jgeoip.js",
      "lib/common.js"
    ]
  },
  "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"
  }
}

Best Country Flag + Alternatives

Here are some Firefox add-ons that are similar to Country Flag +: