Examine source code of Phishy.pro - Phishing | Malware Scanner

Inspect and view changes in Phishy.pro - Phishing | Malware Scanner source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}