MTDeck

MTDeck

A browser extension to customize TweetDeck for mobile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MTDeck",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "./mtdeck.user.js"
      ],
      "matches": [
        "https://tweetdeck.twitter.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "version": "1.9.0",
  "developer": {
    "name": "mkizka",
    "url": "https://github.com/mkizka/MTDeck"
  }
}