Trump Reminders

Trump Reminders

Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trump Reminders",
  "description": "Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!",
  "version": "1.1.4",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}