MetaSpy - Protection Firefox

Examine source code of MetaSpy - Protection

Inspect and view changes in MetaSpy - Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MetaSpy - Protection",
  "version": "1.2",
  "description": "Scans current URL and Gmail for Phishing, Malware, and Threats. Solution by: alainpicard.ca",
  "browser_specific_settings": {
    "gecko": {
      "id": "metaspy-protection@alainpicard.ca",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "browsingData",
    "declarativeNetRequest",
    "storage"
  ],
  "host_permissions": [
    "https://safebrowsing.googleapis.com/*",
    "https://www.virustotal.com/*",
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ad_blocking_rules",
        "enabled": false,
        "path": "rules.json"
      },
      {
        "id": "tracking_blocking_rules",
        "enabled": false,
        "path": "tracking_rules.json"
      },
      {
        "id": "https_enforcement_rules",
        "enabled": false,
        "path": "https_rules.json"
      }
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best MetaSpy - Protection Alternatives

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