Website Security Check

Website Security Check

Website Security Check Tool to scan and check the safety of public facing websites. Checking over 60 databases.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Website Security Check",
  "short_name": "Site Check",
  "description": "Website Security Check Tool to scan and check the safety of public facing websites. Checking over 60 databases.",
  "version": "1.0.11",
  "manifest_version": 3,
  "icons": {
    "128": "icons/256x256.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Website Security Check"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "declarativeNetRequest",
    "webRequest",
    "background"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}