Hotot+

Hotot+

Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Red Squirrel",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "image/ic24_hotot.png",
    "default_title": "__MSG_hotot_goto__"
  },
  "default_locale": "en",
  "description": "__MSG_hotot_description__",
  "homepage_url": "http://www.redsquirrel87.com/Hotot+.php",
  "icons": {
    "16": "image/ic16_hotot.png",
    "24": "image/ic24_hotot.png",
    "48": "image/ic48_hotot.png",
    "64": "image/ic64_hotot.png",
    "128": "image/ic128_hotot.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "Hotot+",
  "permissions": [
    "contextMenus",
    "tabs",
    "unlimitedStorage",
    "notifications",
    "storage",
    "*://*/*"
  ],
  "short_name": "Hotot+",
  "version": "11"
}