Identify phishing emails with AI assistant

Identify phishing emails with AI assistant

Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.0.36",
  "name": "Identify phishing emails with AI assistant",
  "description": "Spot phishing emails with AI Phishing Assistant — an AI-powered tool that will help you avoid online scams and keep you safer online",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "offscreen",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/mail/*"
      ],
      "js": [
        "main.b48b1b30.js"
      ],
      "all_frames": false,
      "css": [
        "font.27036ef9.css"
      ]
    }
  ],
  "host_permissions": [
    "https://nordvpn.zendesk.com/api/v2/*",
    "https://debug.nordvpn.com/*",
    "https://api.nordvpn.com/*",
    "https://labs.nordvpn.com/*",
    "https://sonar.nlabs-gnrl-p-ue1.mountainkube.com/*",
    "https://sonar.nordvpn.com/*",
    "https://www.google-analytics.com/mp/collect*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "main.e041ba45.css",
        "main.df721315.gif",
        "main.68bba76b.gif"
      ]
    }
  ]
}