PR Sidebar Firefox

Examine source code of PR Sidebar

Par : dannash Add-on
Inspect and view changes in PR Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PR Sidebar",
  "version": "1.0",
  "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"
        ]
      }
    }
  }
}

Meilleures alternatives PR Sidebar

Voici quelques Firefox add-ons qui sont similaires à PR Sidebar :