GitHub Pull Requests

GitHub Pull Requests

See all of your repo's pull requests in one place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GitHub Pull Requests",
  "description": "See all of your repo's pull requests in one place!",
  "version": "0.2.2",
  "homepage_url": "https://github.com/syj67507/github-pr-chrome-extension",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "512": "icon512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@ghpr-ext"
    }
  }
}