Pretty pull-request viewer for GitHub

Pretty pull-request viewer for GitHub

Tree view of changed files. Highlighting of unviewed changes. Support both public and private repositories.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pretty pull-request viewer for GitHub",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Tree view of changed files. Highlighting of unviewed changes. Support both public and private repositories.",
  "icons": {
    "16": "static/media/icon16.png",
    "48": "static/media/icon48.png",
    "128": "static/media/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/main.5f87783c.js"
      ],
      "css": [
        "static/css/main.c8ca526b.css"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "static/*"
  ]
}