GitHub PRs and Actions Sidebar Firefox

Examine source code of GitHub PRs and Actions Sidebar

By: Jeeth S Add-on
Inspect and view changes in GitHub PRs and Actions Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Sidebar",
  "version": "1.0.0",
  "description": "Track PRs and run Actions from a sidebar on GitHub",
  "sidebar_action": {
    "default_title": "GitHub Sidebar",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/icon.png",
    "open_at_install": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-sidebar@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ],
        "optional": []
      }
    }
  }
}

Best GitHub PRs and Actions Sidebar Alternatives

Here are some Firefox add-ons that are similar to GitHub PRs and Actions Sidebar: