Server Country Flag Firefox

Examine source code of Server Country Flag

Inspect and view changes in Server Country Flag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Server Country Flag",
  "description": "Visualize the flag of country server",
  "version": "1.0.1",
  "author": "Patrice J. - pjdev92@gmail.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "4eed475d3dB3894e9dzadD9061DF3f3765DE0b23pjdev92@gmail.com"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/flag-16.png",
      "32": "images/flag-32.png",
      "128": "images/flag-128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/flag-16.png",
    "32": "images/flag-32.png",
    "128": "images/flag-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; connect-src http://* https://*; object-src 'self'"
  }
}

Best Server Country Flag Alternatives

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