Phishy.pro - Phishing | Malware Scanner

Phishy.pro - Phishing | Malware Scanner

Phishy.pro tool designed to detect and prevent phishing attempts. Discover potential phishing with the linked web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Phishy.pro - Phishing | Malware Scanner",
  "author": "Phishy.pro",
  "version": "1.0",
  "description": "Phishy.pro tool designed to detect and prevent phishing attempts. Discover potential phishing with the linked web page.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}