CNCS Anti-Phishing

CNCS Anti-Phishing

CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CNCS Anti-Phishing",
  "short_name": "CNCS",
  "description": "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.",
  "version": "1.0.5",
  "author": "Centro Nacional de Ciberseguridad",
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon_green.png",
    "default_popup": "html/optionPopup.html",
    "default_title": "CNCS"
  },
  "web_accessible_resources": [
    "css/alert.css",
    "html/warning.html",
    "icons/icon_green.png",
    "icons/icon_red.png"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}