PR Sidebar Firefox

Examine source code of PR Sidebar

By: dannash Add-on
Inspect and view changes in PR Sidebar source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PR Sidebar",
  "version": "1.1",
  "description": "Lists your open GitHub pull requests in the Firefox sidebar. Talks only to api.github.com with a read-only token.",
  "author": "Daniel Nash",
  "permissions": [
    "storage",
    "tabs",
    "https://api.github.com/*"
  ],
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "sidebar_action": {
    "default_title": "Open PRs",
    "default_panel": "panel.html",
    "default_icon": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "my-prs-sidebar@danielnash",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    }
  }
}

Best PR Sidebar Alternatives

Here are some Firefox add-ons that are similar to PR Sidebar: