Jerrify Tumblr

Jerrify Tumblr

Replace every profile picture on your Tumblr Dashboard with Jerry Sienfeld.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Jerrify Tumblr",
  "homepage_url": "http://kobitate.com",
  "version": "1.0.4",
  "description": "Replace every profile picture on your Tumblr Dashboard with Jerry Sienfeld.",
  "icons": {
    "128": "icon.jpg"
  },
  "content_scripts": [
    {
      "js": [
        "assets/jquery.js",
        "background.js"
      ],
      "matches": [
        "http://*.tumblr.com/dashboard/*",
        "https://*.tumblr.com/dashboard/*",
        "https://*.tumblr.com/blog/*",
        "http://*.tumblr.com/blog/*"
      ]
    }
  ],
  "permissions": [
    "http://*.tumblr.com/*",
    "https://*.tumblr.com/*"
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}