Tumblr Titles

Tumblr Titles

Changes Tumblr tabs' titles to things that make sense.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tumblr Titles",
  "short_name": "Tumblr Titles",
  "version": "1.1.1",
  "author": "9999yea.rs",
  "description": "Changes Tumblr tabs' titles to things that make sense.",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.tumblr.com/*",
        "*://tumblr.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "offline_enabled": true
}