Coder Rage GIFs

Coder Rage GIFs

Random animated GIFs to represent your anger, rage, ire, or annoyance for bad code (or anything really). #coder #programmer #rage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coder Rage GIFs",
  "description": "Random animated GIFs to represent your anger, rage, ire, or annoyance for bad code (or anything really). #coder #programmer #rage",
  "author": "Gregory Pike",
  "version": "0.4.2",
  "manifest_version": 2,
  "icons": {
    "16": "img/coder-rage-logo-16.png",
    "48": "img/coder-rage-logo-48.png",
    "128": "img/coder-rage-logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/coder-rage-logo-19.png",
      "38": "img/coder-rage-logo-48.png"
    },
    "default_title": "Coder Rage Gifs",
    "default_popup": "popup.html"
  }
}