Potato for President 2016

Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Potato for President 2016",
  "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "fruits.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}