Data Breach Summarizer Firefox

Examine source code of Data Breach Summarizer

Inspect and view changes in Data Breach Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Data Breach Summarizer",
  "version": "1.3",
  "description": "Summarizes publicly available data breach reports and security disclosures to help users quickly understand risks and affected data.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Data Breach Summarizer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Data-Breach-Summarizer",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Data Breach Summarizer Alternatives

Here are some Firefox add-ons that are similar to Data Breach Summarizer: