Moscow Mitch

Moscow Mitch

Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Moscow Mitch",
  "version": "1.1",
  "description": "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling",
  "icons": {
    "48": "soviet-flag48.png",
    "128": "soviet-flag128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "incognito": "not_allowed",
  "manifest_version": 2
}