PR Monitor

PR Monitor

Get notified when you receive a pull request on GitHub. See https://github.com/zenclabs/prmonitor for source code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PR Monitor",
  "version": "0.10.7",
  "description": "Get notified when you receive a pull request on GitHub.",
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html#popup"
  },
  "icons": {
    "48": "images/logo48.png",
    "96": "images/logo96.png",
    "128": "images/logo128.png",
    "256": "images/logo256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f96d6dad-b9eb-421f-aef9-488b26be55dc}"
    }
  }
}