Trump (The Great)

Trump (The Great)

Celebrate America's Greatest President!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trump (The Great)",
  "version": "1.0",
  "description": "Celebrate America's Greatest President!",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "src/contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2
}