GOP

GOP

A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GOP",
  "version": "1.3.2",
  "homepage_url": "http://devpost.com/software/gop-candidates-imageswap",
  "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election",
  "icons": {
    "16": "img/GOP_16.png",
    "32": "img/GOP_32.png",
    "48": "img/GOP_48.png",
    "128": "img/GOP_128.png"
  },
  "browser_action": {
    "default_icon": "GOP.png",
    "default_title": "GOP Candidates"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js",
      "GOP.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}