Remove Twitter Timeline

Firefox add-on that removes the timeline on Twitter
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Twitter Timeline",
  "version": "0.1.1",
  "description": "Firefox add-on that removes the timeline on Twitter",
  "homepage_url": "https://github.com/vinayak-mehta/remove-twitter-timeline",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://twitter.com/*"
  ]
}