Twitter_Sidebar

Displays a sidebar that lets you send messages and interact in 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": "Twitter Sidebar",
  "description": "Displays a sidebar that lets you send messages and interact in Twitter.",
  "version": "1.1",
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1"
    }
  },
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png"
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon_48.png",
      "96": "icons/icon_96.png"
    },
    "default_title": "Twitter Sidebar",
    "default_panel": "index.html"
  },
  "permissions": [
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+T"
      }
    }
  }
}