Trump Duck Extension

Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trump Duck Extension",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}