Codify

Codify

Checks for malicious phishing URLs that use other alphabet characters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Codify",
  "icons": {
    "128": "CodifyIcon.png"
  },
  "description": "Checks for malicious phishing URLs that use other alphabet characters",
  "version": "1.04",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "name": "Click to toggle On/Off"
  },
  "manifest_version": 2
}