OmniChecker

OmniChecker

Effective protection against Typosquatting and Cybersquatting-based threats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OmniChecker",
  "description": "Effective protection against Typosquatting and Cybersquatting-based threats.",
  "version": "1.2.3.3",
  "permissions": [
    "tabs",
    "history",
    "storage",
    "notifications"
  ],
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "page_action": {
    "default_title": "OmniChecker",
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "caution.png",
    "warning.png"
  ]
}