Pixm Anti-Phishing - Desktop

Pixm Anti-Phishing - Desktop

Phishing websites trick you into sharing your most sensitive data by imitating companies you trust. Pixm uses award-winning AI to secure your browser and stop phishing in real time. Phishing ends with Pixm.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pixm Anti-Phishing",
  "short_name": "Pixm Anti-Phishing",
  "description": "Deep Technologies to Stop Phishing Breaches",
  "version": "2.0.0.39",
  "manifest_version": 2,
  "icons": {
    "16": "images/default_ff.png",
    "128": "images/default_ff.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "styles/contentscript.css",
        "styles/overlay.css",
        "styles/oauthwarning.css"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/default_ff.png",
      "38": "images/default_ff.png"
    },
    "default_title": "Pixm Extension",
    "default_popup": "pages/popup.html"
  },
  "web_accessible_resources": [
    "images/pixm_logo.png",
    "pages/warning.html"
  ],
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "<all_urls>",
    "alarms"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  }
}