Pinned Messenger Tab Firefox

Examine source code of Pinned Messenger Tab

By: Logon
Inspect and view changes in Pinned Messenger Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "pinnedmessenger@logon"
    }
  },
  "manifest_version": 2,
  "name": "Pinned Messenger Tab",
  "version": "1.0.1",
  "description": "Pinned Messenger is a browser extension that provides quick, one-click access to Facebook Messenger by button or hotkey.",
  "icons": {
    "48": "icons/messenger-48.png",
    "64": "icons/messenger-64.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/messenger-32.png"
    },
    "default_title": "Pinned Messenger",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Pinned Messenger Tab Alternatives

Here are some Firefox add-ons that are similar to Pinned Messenger Tab: