Github Pull Request Counter Firefox

Examine source code of Github Pull Request Counter

Inspect and view changes in Github Pull Request Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "author": "Renuo AG",
  "name": "Github Pull Request Counter",
  "description": "A browser extension to remove mental load when working with pull requests.",
  "version": "2.0.4",
  "action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "https://api.github.com/*",
    "https://github.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-pull-request-counter-firefox@renuo.ch"
    }
  }
}

Best Github Pull Request Counter Alternatives

Here are some Firefox add-ons that are similar to Github Pull Request Counter: