Git Patch Viewer

Git Patch Viewer

Git Patch Viewer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Git Patch Viewer",
  "short_name": "GPV",
  "description": "Git Patch Viewer",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "icons": {
    "48": "patch-ext-48x48.png",
    "128": "patch-ext-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "patch-ext-48x48.png"
  },
  "version": "1.8",
  "manifest_version": 2
}