PhishTector - Gmail Phishing Detector

PhishTector - Gmail Phishing Detector

Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PhishTector - Gmail Phishing Detector",
  "description": "Easily detect email phishing in Gmail, so you don't have to worry about getting your account hacked or stolen",
  "version": "1.0.2",
  "icons": {
    "16": "./icons/16.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "*://mail.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Detect email phishing easily!"
  }
}