120 Lies: Fact-Check Amalgamator

120 Lies: Fact-Check Amalgamator

Flags 120 previously fact-checked false or misleading statements

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "120 Lies: Fact-Check Amalgamator",
  "description": "Flags 120 previously fact-checked false or misleading statements",
  "version": "1.20009",
  "browser_action": {
    "default_icon": "icons/128.png"
  },
  "icons": {
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ]
}