Nigelify

Nigelify

Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nigelify",
  "version": "0.2",
  "default_local": "en",
  "description": "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.",
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "nigelify"
  },
  "author": "Luke Wright",
  "permissions": [
    "activeTab",
    "http://i.imgur.com/"
  ]
}