Examine source code of Social Media Sidebar

Inspect and view changes in Social Media Sidebar source codes across current and past versions
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": "SocialMediaSidebar",
  "version": "2.0",
  "description": "Adiciona uma sidebar ao firefox com as principais redes sociais.",
  "icons": {
    "48": "icons/groups.png"
  },
  "sidebar_action": {
    "default_icon": "icons/groups.png",
    "default_title": "Social",
    "default_panel": "sidebar/main.html"
  },
  "permissions": [
    "tabs"
  ]
}