Facelift52 - Tumblr Dashboard

Facelift52 - Tumblr Dashboard

Change Tumblr dashboard background once per week by suggestions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "http://www.tumblr.com/*",
        "http://www.tumblr.com/reblog/*",
        "http://www.tumblr.com/directory/*",
        "http://www.tumblr.com/reblog/*",
        "http://www.tumblr.com/new/*",
        "http://www.tumblr.com/goodies",
        "http://www.tumblr.com/edit/*"
      ],
      "js": [
        "facelift52dashboard.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "converted_from_user_script": true,
  "description": "Change Tumblr dashboard background once per week by suggestions.",
  "name": "Facelift52 - Tumblr Dashboard",
  "version": "1.3.2",
  "options_page": "options.html",
  "manifest_version": 2
}