Pinned Inbox Firefox

Examine source code of Pinned Inbox

Inspect and view changes in Pinned Inbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "pinned_inbox@alejandrobrizuela.com.ar"
    }
  },
  "manifest_version": 2,
  "name": "Pinned Inbox",
  "version": "1.0.1",
  "description": "Go to the pinned Inbox tab. If it doesn't exist, it's created.",
  "icons": {
    "48": "icons/inbox-48.png",
    "64": "icons/inbox-64.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/inbox-32.png"
    },
    "default_title": "Pinned Inbox",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+I"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Pinned Inbox Alternatives

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