Pescatore

Pescatore

This Add-on helps users detect malicious phishing websites from the URL using machine learning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pescatore",
  "version": "1.24.1",
  "description": "Firefox Extension to check for Phishing websites from the URL.",
  "manifest_version": 2,
  "author": "Sandeep Kurian Jacob",
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Pescatore"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1feb0ec-2309-4129-92d9-f04e744903f8}"
    }
  }
}