Alpha Checker

Alpha Checker

A security scanner that scans the domain and server for vulnerabilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alpha Checker",
  "version": "1.0",
  "description": "A security scanner that scans the domain and server for vulnerabilities.",
  "manifest_version": 2,
  "icons": {
    "128": "assets/qr-code-scan_128x128.png"
  },
  "browser_action": {
    "default_icon": "assets/qr-code-scan.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}