ShieldCloaked Network Protection Firefox

Examine source code of ShieldCloaked Network Protection

Inspect and view changes in ShieldCloaked Network Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ShieldCloaked Network Protection",
  "version": "2.0.0",
  "description": "ShieldCloaked Network Protection keeps your network safe.",
  "browser_specific_settings": {
    "gecko": {
      "id": "networkprotection@shieldcloaked.tech",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "privacy",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "blockingmsg.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": "icons/scfirewall32.png",
    "default_popup": "options/options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "options/*.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://shieldcloaked.tech http://127.0.0.1:* http://localhost:*"
  }
}

Best ShieldCloaked Network Protection Alternatives

Here are some Firefox add-ons that are similar to ShieldCloaked Network Protection: