Domain Whitelist Protector Firefox

Examine source code of Domain Whitelist Protector

By: nada
Inspect and view changes in Domain Whitelist Protector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Domain Whitelist Protector",
  "version": "2.2",
  "description": "Protects against typosquatting and phishing with Geolocation checks by showing warnings for non-whitelisted domains",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "confirmation.html",
        "confirmation.js",
        "popup/countries.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "domain-whitelist-protector@example.com",
      "strict_min_version": "109.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best Domain Whitelist Protector Alternatives

Here are some Firefox add-ons that are similar to Domain Whitelist Protector: