Security Checker

Security Checker

Security Checker Tool to scan and check the safety of any website. Checking over 50 databases.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Security Checker",
  "short_name": "Security",
  "version": "1.5.0",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Security Checker"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "checker.js"
      ]
    }
  ],
  "description": "Security Checker Tool to scan and check the safety of any website. Checking over 50 databases.",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icons/256x256.png"
  },
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabs",
    "declarativeNetRequest",
    "webRequest",
    "background",
    "scripting",
    "cookies",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}