Breach Report

Breach Report

Check whether your emails, and the websites you visit were compromised in public data leaks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Breach Report",
  "author": "Dorokhovich Mikhail",
  "homepage_url": "https://breachreport.com/",
  "version": "1.0.4",
  "description": "Check whether your emails, and the websites you visit were compromised in public data leaks.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": false
  }
}